@charset "utf-8";
/* https://www.youtube.com/watch?v=zK-yy6C2Nck
	https://www.fontsquirrel.com/tools/webfont-generator */

@font-face {
	font-family: NanumGothic;
	font-weight: 400;
	src:
		url("../fonts/Nanum_Gothic/regular.woff2") format(woff2), /* ideal font */
		url("../fonts/Nanum_Gothic/regular.woff") format(woff);
}

@font-face {
	font-family: NanumGothic;
	font-weight: 700;
	src:
		url("../fonts/Nanum_Gothic/bold.woff") format(woff2), 
		url("../fonts/Nanum_Gothic/bold.woff") format(woff);
}


@font-face {
	font-family: NothingYouCouldDo;
	font-weight: 400;
	src:
		url("../fonts/Nothing_You_Could_Do/regular.woff2") format(woff2),
		url("../fonts/Nothing_You_Could_Do/regular.woff") format(woff);
}


@font-face {
	font-family: SortsMillGoudy;
	font-weight: 400;
	src:
		url("../fonts/Sorts_Mill_Goudy/regular.woff2") format(woff2),
		url("../fonts/Sorts_Mill_Goudy/regular.woff") format(woff);	
}

@font-face {
	font-family: SortsMillGoudy;
	font-weight: 400;
	font-style: italic;
	src:
		url("../fonts/Sorts_Mill_Goudy/italic.woff") format(woff2),
		url("../fonts/Sorts_Mill_Goudy/italic.woff") format(woff);	
}