/* ============================================================================
   SAFE SQUARE — fonts.css
   ----------------------------------------------------------------------------
   SUBSTITUTION NOTE: SAFE SQUARE's live site (ssq.ai) is built on a Gamma
   template with no declared brand typeface. These two open-source families
   were chosen by the designer to deliver the "developer / terminal / AI"
   character at a refined, concise level. Replace with licensed brand fonts
   if/when they exist.

   • Space Grotesk  — techno-grotesk for display, headings, UI, body (Latin)
   • JetBrains Mono — the terminal/data/code voice
   • Pretendard     — Korean (한글) companion. This is the face SAFE SQUARE
                      uses in its official material, so it keeps new work
                      consistent with the company's existing collateral.
   • Nanum Gothic Coding — Korean MONOSPACE companion for the mono/terminal voice

   Latin runs in Space Grotesk / JetBrains Mono (listed first in each stack);
   Korean glyphs fall through to Pretendard / Nanum Gothic Coding. Nanum Gothic
   Coding is monospaced so terminal/data columns stay aligned with mixed text.

   Loaded from CDN. For fully offline use, download the woff2 files into this
   folder and swap the @import for @font-face rules.
   ============================================================================ */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:ital,wght@0,400;0,500;0,700;1,400&family=Nanum+Gothic+Coding:wght@400;700&display=swap');
