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

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

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