@charset "utf-8";

/* sap icon 
@import url(//db.onlinewebfonts.com/c/6980e427557c1e715a2a7f56d9fc8383?family=SAP-icons);
*/


@font-face {
	font-family: "SAP-icons";
	font-style: normal;
  	src:url("../font/SAP-icons.woff2") format("woff2");
}

@font-face {
    font-family: "BusinessSuiteInAppSymbols";
	font-style: normal;
  	src:url("../font/SAP-icons.woff2") format("woff2");
}

@font-face {
    font-family: "SAP-icons-TNT";
	font-style: normal;
  	src:url("../font/SAP-icons.woff2") format("woff2");
}

/*
@font-face {
	font-family: "SAP-icons";
	src: url("/font/SAP-icons.eot");
	src: url("/font/SAP-icons.eot?#iefix") format("embedded-opentype"), 
		url("/font/SAP-icons.woff2") format("woff2"), 
		url("/font/SAP-icons.woff") format("woff"), 
		url("/font/SAP-icons.ttf") format("truetype")
}
*/

/* noto sans kr */
/* @import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&display=swap'); */

@font-face {
    font-family: "Noto Sans KR";
	font-style: normal;
    src: url('../font/NotoSansKR-Thin.woff2') format("woff2");
	font-weight: 100;
}

@font-face {
    font-family: "Noto Sans KR";
	font-style: normal;
    src: url('../font/NotoSansKR-Regular.woff2') format("woff2");
	font-weight: 400;
}

@font-face {
    font-family: "Noto Sans KR";
	font-style: normal;
    src: url('../font/NotoSansKR-Bold.woff2') format("woff2");
	font-weight: 700;
} 
