/**
 * ## References
 * 
 * - https://www.seoul.go.kr/seoul/font.do
 * - https://cloudconvert.com/ttf-to-woff2
 * - https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight
 * - https://ruddra.com/cloudflare-cache-google-fonts/
 */

/**
 * 서울한강 장체 (Seoul Hangang Tall)
 */
 @font-face {
    font-family: 'SeoulHangangTall';
    font-weight: 300;
    src: url('/font/SeoulHangangTall/SeoulHangangTallL.woff2') format('woff2');
}
@font-face {
    font-family: 'SeoulHangangTall';
    font-weight: 400;
    src: url('/font/SeoulHangangTall/SeoulHangangTallM.woff2') format('woff2');
}
@font-face {
    font-family: 'SeoulHangangTall';
    font-weight: 700;
    src: url('/font/SeoulHangangTall/SeoulHangangTallBL.woff2') format('woff2');
}
@font-face {
    font-family: 'SeoulHangangTall';
    font-weight: 800;
    src: url('/font/SeoulHangangTall/SeoulHangangTallEB.woff2') format('woff2');
}
@font-face {
    font-family: 'SeoulHangangTall';
    font-weight: 900;
    src: url('/font/SeoulHangangTall/SeoulHangangTallBL.woff2') format('woff2');
}