<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: 'GmarketSans';
	font-style: normal;
    font-weight: 300;
	src: url("../fonts/GmarketSansLight.woff") format('woff');
}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
    font-weight: 500;
	src: url("../fonts/GmarketSansMedium.woff") format('woff');
}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
    font-weight: 700;
	src: url("../fonts/GmarketSansBold.woff") format('woff');
}</pre></body></html>