/* ─────────────────────────────────────────────────────────────
   fonts.css — True You Therapy and Wellness
   Self-hosted @font-face for Carefree Serif & Bonne Nuit.
   Aktiv Grotesk loads separately via Adobe Fonts (Typekit).
───────────────────────────────────────────────────────────── */

/* ── Carefree Serif Light ── */
@font-face {
  font-family: "Carefree Serif";
  src: url("/fonts/CarefreeSerif-Light.woff2") format("woff2"),
       url("/fonts/CarefreeSerif-Light.woff")  format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carefree Serif";
  src: url("/fonts/CarefreeSerif-LightItalic.woff2") format("woff2"),
       url("/fonts/CarefreeSerif-LightItalic.woff")  format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ── Bonne Nuit (decorative accent) ── */
@font-face {
  font-family: "Bonne Nuit";
  src: url("/fonts/BonneNuit-Regular.woff2") format("woff2"),
       url("/fonts/BonneNuit-Regular.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bonne Nuit Decorative";
  src: url("/fonts/BonneNuitDecorative-Regular.woff2") format("woff2"),
       url("/fonts/BonneNuitDecorative-Regular.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─────────────────────────────────────────────────────────────
   Helper classes for Bonne Nuit — the existing --font-heading,
   --font-body, and --font-subtitle variables defined in each page
   handle everything else automatically. Use these classes on
   short decorative accents (e.g., "Now Live!", ornaments).
───────────────────────────────────────────────────────────── */
.decorative,
.accent-script {
  font-family: "Bonne Nuit", "Carefree Serif", cursive;
  letter-spacing: 0.05em;
}

.dingbat {
  font-family: "Bonne Nuit Decorative", "Bonne Nuit", cursive;
}
