/* ============================================================
   FONTS — Untitled UI uses Inter as the primary typeface,
   with Roboto Mono for code. Loaded from Google Fonts.
   NOTE: substitution flag — the kit ships Inter; we load the
   Google Fonts webfont build rather than bundling .ttf binaries.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..700;1,14..32,400..600&family=Roboto+Mono:wght@400;500&display=swap');

:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, 'Liberation Mono', monospace;
}
