/* Sploot brand fonts — the ONE place @font-face is defined (STANDARDIZATION-PLAN task 10).
   Pages link this before their styles: <link rel="stylesheet" href="/styles/sploot-fonts.css">
   Outfit (body/sans) stays a per-page Google Fonts <link> — do not @import it here (double-fetch risk).
   Canonical Outfit tag:
   <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
   Frozen Webflow exports (home.html, locations/denver/index.html) keep their own blocks until Phase 4. */

@font-face {
    font-family: 'New Spirit';
    src: url('/Fonts/NewSpiritTRIAL-Regular%20copy.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'New Spirit';
    src: url('/Fonts/NewSpiritTRIAL-RegularItalic%20copy.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'New Spirit';
    src: url('/Fonts/NewSpiritTRIAL-Medium%20copy.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'New Spirit';
    src: url('/Fonts/NewSpiritTRIAL-MediumItalic%20copy.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'New Spirit';
    src: url('/Fonts/NewSpiritTRIAL-Bold%20copy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
