style: Bagel Fat One 디스플레이 폰트 도입

- next/font/google로 Bagel_Fat_One (weight 400) 로드
- --font-kx-hero 변수로 주입, .kx-display가 우선 적용
- 한글은 Bagel Fat One(latin-only) → Space Grotesk/CookieRun 자연 폴백
This commit is contained in:
2026-04-16 04:07:17 +09:00
parent 835c154c01
commit c7086f3408
2 changed files with 5 additions and 4 deletions

View File

@@ -108,8 +108,8 @@ body {
color: var(--kx-on-variant);
}
.kx-display {
font-family: 'Space Grotesk', 'CookieRun', system-ui, sans-serif;
letter-spacing: -0.02em;
font-family: var(--font-kx-hero), 'Bagel Fat One', 'Space Grotesk', 'CookieRun', system-ui, sans-serif;
letter-spacing: -0.01em;
color: var(--kx-on-surface);
}
.kx-label {