/* 로컬 폰트 @font-face (자동 생성) */

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

/* CSS 변수 정의 - Next.js 빌드 CSS보다 우선 적용 */
html:root {
    --font-suit: 'SUIT Variable', serif !important;
}
