/* Self-hosted brand font (optional). Drop Boldonse-Regular.woff2 into this folder
   and restore the url() sources below. Without the file, only local("Boldonse")
   is used so Vite/SPA fallback HTML is never fetched as a font. */
@font-face {
  font-family: "Boldonse";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Boldonse");
}

:root {
  --mother-brand-font: "Boldonse", Georgia, "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", "Times New Roman", serif;
}
