@charset "utf-8";

/*
	100 : Thin
	200 : Extra Light (Ultra Light)
	300 : Light
	400 : Regular
	500 : Medium
	600 : Semi Bold (Demi Bold)
	700 : Bold
	800 : Extra Bold (Ultra Bold)
	900 : Black (Heavy)
*/

@font-face {
	font-family: Roboto;
	font-style: normal;
    font-weight: 500;
	src: url('../font/Roboto500.woff') format('woff');
}

@font-face {
	font-family: Roboto;
	font-style: normal;
    font-weight: 800;
	src: url('../font/Roboto800.woff') format('woff');
}

@font-face {
	font-family: NotoSansKR;
	font-style: normal;
    font-weight: 400;
	src: url('../font/NotoSansKR400.woff') format('woff');
}

@font-face {
	font-family: NotoSansKR;
	font-style: normal;
    font-weight: 500;
	src: url('../font/NotoSansKR500.woff') format('woff');
}

@font-face {
	font-family: NotoSansKR;
	font-style: normal;
    font-weight: 700;
	src: url('../font/NotoSansKR700.woff') format('woff');
}