/* ═════════════════════════════════════════════════════════════════════════
   styles-append-outfit.css  —  display font swap (reversible)
   ═════════════════════════════════════════════════════════════════════════
   Keeps the original TitleTown theme untouched; the ONLY change is the
   display face: Inter Tight → Outfit (taste-skill's chosen pick). Numerals
   stay JetBrains Mono (--font-mono is not touched). Loaded by a single <link>
   in index.html after styles.css; revert = delete that <link>.

   Replaces the rejected styles-append-graphite-gold.css.
   ═════════════════════════════════════════════════════════════════════════ */

:root {
    --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}
