@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSans-Regular.otf') format('opentype'),
         url('font/NotoSans-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}