/* 사이트에 실제 쓰이는 글자만 서브셋(fontTools)한 자체 호스팅 폰트.
   Google Fonts CDN(140KB CSS + 수십 개 유니코드 청크 체인) 대신 사용 - 외부 도메인 연결 자체를 없앰. */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('algugo-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('algugo-sans-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('algugo-sans-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Serif KR';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('algugo-serif-700.woff2') format('woff2');
}
