<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: 'HantKR';
	font-style: normal;
	font-weight: normal;
	src: url("/static/common/fonts/en/HankookRegular.otf");
	src: url("/static/common/fonts/en/HankookTTFRegular.ttf");
	src: url("/static/common/fonts/en/HankookTTFRegular.woff");
}

@font-face {
    font-family: 'HantKR';
	font-style: normal;
	font-weight: 500;
	src: url("/static/common/fonts/en/HankookMedium.otf");
	src: url("/static/common/fonts/en/HankookTTFMedium.ttf");
	src: url("/static/common/fonts/en/HankookTTFMedium.woff");
}

@font-face {
    font-family: 'HantKR';
	font-style: normal;
	font-weight: 600;
	src: url("/static/common/fonts/en/HankookSemibold.otf");
	src: url("/static/common/fonts/en/HankookTTFSemibold.ttf");
	src: url("/static/common/fonts/en/HankookTTFSemibold.woff");
}
</pre></body></html>