/**
 * Wehome font faces (pair with wh-tokens.css)
 * Docs: docs/design-md/wooseok.md §3 Typography
 *
 * --wh-ff (UI/body): Pretendard — load per-layout as today
 * --wh-ff-display (section/hero titles): SUIT Variable
 * 2026-09-02: jsDelivr @import 제거 → 자체 호스팅 (렌더 블로킹/CDN 장애 방지)
 */
@font-face {
  font-family: 'SUIT Variable';
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/suit/SUIT-Variable.woff2') format('woff2-variations');
}
