/* ============================================================
   MLC Self-Hosted Fonts — Candy Paint Rebrand (April 2026)
   All fonts below are licensed under the SIL Open Font License 1.1
   (or permissive equivalent). See *-LICENSE.txt in this directory.
   ------------------------------------------------------------
   Stack:
     --font-hero:    Staatliches         (hero / display / eyebrows)
     --font-body:    Lato                (UI + running text)
     --font-quote:   Cormorant Garamond  (pull quotes — italic 400 only)
     Courier Prime   (Signature Block only — local fallback)
   Retired on Apr 23 2026: Big Shoulders, Fraunces, Inter, Oswald.
   ============================================================ */

@font-face {
  font-family: 'Staatliches';
  src: url('/fonts/Staatliches-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Courier Prime';
  src: local('Courier Prime'), local('Courier New');
  font-display: swap;
}
