
@font-face {
	font-family: 'GmarketSans';
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/GmarketSansTTFBold.ttf') format('truetype');
}

@font-face {
	font-family: 'GmarketSans';
	font-weight: 500;
	font-display: swap;
	src: url('./fonts/GmarketSansTTFMedium.ttf') format('truetype');
}

@font-face {
	font-family: 'GmarketSans';
	font-weight: 300;
	font-display: swap;
	src: url('./fonts/GmarketSansTTFLight.ttf') format('truetype');
}
