@font-face {
    font-family: 'Cascadia Mono';
    src: local('Cascadia Mono'), 
         local('CascadiaMono'),
         url('/fonts/CascadiaMono.woff2') format('woff2-variations'),
         url('/fonts/CascadiaMono.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'NanumGothic';
    src: url('/fonts/NanumGothicLight.woff2') format('woff2');
    font-weight: light;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumGothic';
    src: url('/fonts/NanumGothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumGothic';
    src: url('/fonts/NanumGothicBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
