/* SEO/성능: SUIT 가변 폰트 1개(약 610KB)로 정적 웨이트 7~9개(각 170KB, CDN) 요청을 대체.
   font-family 이름은 기존 CSS 그대로 'SUIT' 를 사용한다. */
@font-face {
    font-family: 'SUIT';
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    src: url('/font/SUIT-Variable.woff2') format('woff2-variations'),
         url('/font/SUIT-Variable.woff2') format('woff2');
}
