/* Self-hosted brand font (optional). Drop Boldonse-Regular.woff2/ttf into /fonts/.
   Without the file, browsers use the fallback stack — CSP stays font-src 'self' only. */
@font-face {
  font-family: "Boldonse";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Boldonse"),
    url("/fonts/Boldonse-Regular.woff2") format("woff2"),
    url("/fonts/Boldonse-Regular.ttf") format("truetype");
}

:root {
  --mother-brand-font: "Boldonse", Georgia, "Times New Roman", serif;
}
