@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');
}