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


@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: local("SpoqaHanSansNeo"), 
        url("../font/SpoqaHanSansNeo-Light.eot") format("eot"), 
        url("../font/SpoqaHanSansNeo-Light.woff2") format("woff2"), 
        url("../font/SpoqaHanSansNeo-Light.ttf") format("truetype");
    font-weight: 300;
}
  
@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: local("SpoqaHanSansNeo"), 
        url("../font/SpoqaHanSansNeo-Regular.eot") format("eot"), 
        url("../font/SpoqaHanSansNeo-Regular.woff2") format("woff2"), 
        url("../font/SpoqaHanSansNeo-Regular.ttf") format("truetype");
    font-weight: 400;
}
  
@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: local("SpoqaHanSansNeo"), 
        url("../font/SpoqaHanSansNeo-Medium.eot") format("eot"), 
        url("../font/SpoqaHanSansNeo-Medium.woff2") format("woff2"), 
        url("../font/SpoqaHanSansNeo-Medium.ttf") format("truetype");
    font-weight: 500;
}
  
@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: local("SpoqaHanSansNeo"), 
        url("../font/SpoqaHanSansNeo-Bold.eot") format("eot"), 
        url("../font/SpoqaHanSansNeo-Bold.woff2") format("woff2"), 
        url("../font/SpoqaHanSansNeo-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* Inter font (number only) */
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Light.eot');
    src: url('../font/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Light.woff2') format('woff2'),
        url('../font/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.eot');
    src: url('../font/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Regular.woff2') format('woff2'),
        url('../font/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Medium.eot');
    src: url('../font/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Medium.woff2') format('woff2'),
        url('../font/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.eot');
    src: url('../font/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Bold.woff2') format('woff2'),
        url('../font/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0030-0039;
}</pre></body></html>