/* =====================================================================
   Studio Bonfire — fonts.css (self-hosted)
   Brand display face: Libre Baskerville (from the brand kit / brand board).
   No third-party font CDN, so the CSP stays 'self' for styles + fonts.
   woff2 is primary (small); the provided Regular .ttf is kept as a fallback.
===================================================================== */

/* ---------- Libre Baskerville — Regular (display / headings) ---------- */
@font-face{
  font-family:"Libre Baskerville";
  font-style:normal;font-weight:400;font-display:swap;
  src:url("/fonts/libre-baskerville-400.woff2") format("woff2"),
      url("/fonts/libre-baskerville-400.ttf") format("truetype");
}

/* ---------- Libre Baskerville — Bold (display / headings) ---------- */
@font-face{
  font-family:"Libre Baskerville";
  font-style:normal;font-weight:700;font-display:swap;
  src:url("/fonts/libre-baskerville-700.woff2") format("woff2");
}

/* ---------- Libre Baskerville — Italic (occasional emphasis) ---------- */
@font-face{
  font-family:"Libre Baskerville";
  font-style:italic;font-weight:400;font-display:swap;
  src:url("/fonts/libre-baskerville-italic.woff2") format("woff2");
}
