/*@import url('https://webfontworld.github.io/onestore/OneMobile.css');*/
import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
.notoSans { font-family: 'Noto Sans KR'; }

@font-face {
    font-family: 'OneMobile';
    font-weight: 300;
    font-style: normal;
    src: url('/lib/css/fonts/OneMobileLight.eot');
    src: url('/lib/css/fonts/OneMobileLight.eot?#iefix') format('embedded-opentype'),
         url('/lib/css/fonts/OneMobileLight.woff2') format('woff2'),
         url('/lib/css/fonts/OneMobileLight.woff') format('woff'),
         url('/lib/css/fonts/OneMobileLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'OneMobile';
    font-weight: 500;
    font-style: normal;
    src: url('/lib/css/fonts/OneMobileRegular.eot');
    src: url('/lib/css/fonts/OneMobileRegular.eot?#iefix') format('embedded-opentype'),
         url('/lib/css/fonts/OneMobileRegular.woff2') format('woff2'),
         url('/lib/css/fonts/OneMobileRegular.woff') format('woff'),
         url('/lib/css/fonts/OneMobileRegular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'OneMobile';
    font-weight: 700;
    font-style: normal;
    src: url('/lib/css/fonts/OneMobileBold.eot');
    src: url('/lib/css/fonts/OneMobileBold.eot?#iefix') format('embedded-opentype'),
         url('/lib/css/fonts/OneMobileBold.woff2') format('woff2'),
         url('/lib/css/fonts/OneMobileBold.woff') format('woff'),
         url('/lib/css/fonts/OneMobileBold.ttf') format("truetype");
    font-display: swap;
}