@font-face {
   font-family: 'NEXON Lv1 Gothic OTF';
   src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'NEXON Lv1 Gothic OTF Bold';
   src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

:root {
   --theme-font: 'NEXON Lv1 Gothic OTF';
   --theme-font-700: 'NEXON Lv1 Gothic OTF Bold';
}

* {
   font-family: var(--theme-font);
}
