/* ═══════════════════════════════════════════════════════
   NORARA — Webfonts
   • Pretendard Variable — body / UI (Korean-optimized).
     Served from jsDelivr (the same source the product uses).
   • Cormorant Garamond — display headings + large numbers.
   • JetBrains Mono — scorecards, tabular numerics, code.
   All three are loaded from CDN; no binaries are bundled.
   ═══════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* Pretendard Variable — explicit @font-face so the family resolves to a
   concrete file (the canonical jsDelivr distribution the product uses),
   rather than relying on a remote stylesheet import. */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}
