/* Selvhostede fonte (GDPR: hent ALDRIG fra fonts.googleapis.com).
   Læg WOFF2-filerne i /assets/fonts/ – se README-DEPLOY.md.
   Mangler filerne, falder siden pænt tilbage til Georgia/systemfont. */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-v600.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
