<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* NotoSans CJKkr Demi Light */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-DemiLight.otf') format('opentype'),
        url('../fonts/NotoSansKR-DemiLight.woff2') format('woff2'),
        url('../fonts/NotoSansKR-DemiLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
/* NotoSans CJKkr Regular */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Regular.otf') format('opentype'),
        url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* NotoSans CJKkr Medium */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Medium.otf') format('opentype'),
        url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansKR-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}</pre></body></html>