@CHARSET "UTF-8";

@font-face {
    font-family: 'DWImpactamin';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/DWImpactamin/DWImpactamin.woff') format('woff'),
    	 url('./fonts/DWImpactamin/DWImpactamin.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('./fonts/NotoSansKR/NotoSansKR-Thin.woff2') format('woff2'),
		url('./fonts/NotoSansKR/NotoSansKR-Thin.woff') format('woff'),
		url('./fonts/NotoSansKR/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/NotoSansKR/NotoSansKR-Light.woff2') format('woff2'),
		url('./fonts/NotoSansKR/NotoSansKR-Light.woff') format('woff'),
		url('./fonts/NotoSansKR/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/NotoSansKR/NotoSansKR-Regular.woff2') format('woff2'),
		url('./fonts/NotoSansKR/NotoSansKR-Regular.woff') format('woff'),
		url('./fonts/NotoSansKR/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/NotoSansKR/NotoSansKR-Medium.woff2') format('woff2'),
		url('./fonts/NotoSansKR/NotoSansKR-Medium.woff') format('woff'),
		url('./fonts/NotoSansKR/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/NotoSansKR/NotoSansKR-Bold.woff2') format('woff2'),
		url('./fonts/NotoSansKR/NotoSansKR-Bold.woff') format('woff'),
		url('./fonts/NotoSansKR/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'TmoneyRoundWind';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/TmoneyRoundWind/TmoneyRoundWindRegular.woff2') format('woff2'),
		url('./fonts/TmoneyRoundWind/TmoneyRoundWindRegular.woff') format('woff'),
		url('./fonts/TmoneyRoundWind/TmoneyRoundWindRegular.ttf') format('truetype');
}

@font-face {
	font-family: 'TmoneyRoundWind';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/TmoneyRoundWind/TmoneyRoundWindExtraBold.woff2') format('woff2'),
		url('./fonts/TmoneyRoundWind/TmoneyRoundWindExtraBold.woff') format('woff'),
		url('./fonts/TmoneyRoundWind/TmoneyRoundWindExtraBold.ttf') format('truetype');
}
