
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../fonts/notosanskr/NotoSansKR-Regular.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('../fonts/notosanskr/NotoSansKR-Bold.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Black.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 
@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nanum/NanumGothic.woff2') format('woff2'),
	url('../fonts/nanum/NanumGothic.woff') format('woff');
} */

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/subset-NanumGothicOTFBold.woff2') format('woff2'),
	url('../fonts/subset-NanumGothicOTFBold.woff') format('woff');
}

@font-face {
    font-family: 'Hakgyoansim MulgyeolOTF';
    src: url('../fonts/subset-OTHakgyoansimMulgyeolR.woff2') format('woff2'),
        url('../fonts/subset-OTHakgyoansimMulgyeolR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('../fonts/subset-GmarketSansMedium.woff2') format('woff2'),
        url('../fonts/subset-GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KCC-Hanbit';
    src: url('../fonts/subset-KCCHanbit.woff2') format('woff2'),
        url('../fonts/subset-KCCHanbit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
  font-size: 0.0625em;
}

body {
  font-size: 16rem;
  background-color: white;
}

* {
  font-family: 'Noto Sans KR', sans-serif;
}

.nanum_font {
  font-family: 'NanumGothic', sans-serif;
}
