/*
Gmarket Sans (G마켓 산스)
https://corp.gmarket.com/

본 폰트는 G마켓이 공식 배포한 무료 폰트로, 개인 / 기업 / 상업적 용도의
사용·수정·임베드·재배포가 자유롭게 허용된다. 단 폰트 파일 자체를
유료로 재판매하는 행위만 금지된다.

원본 ttf (Light / Medium / Bold 3종) 를 woff2 로 자체 변환하여 vendor-in.
*/

@font-face {
	font-family: 'Gmarket Sans';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url('./GmarketSansTTFLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Gmarket Sans';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('./GmarketSansTTFMedium.woff2') format('woff2');
}

@font-face {
	font-family: 'Gmarket Sans';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('./GmarketSansTTFBold.woff2') format('woff2');
}
