/* ===========================================================================
   Cold Candy — Fonts (self-hosted)
   Geport uit het Claude Design-project "Cold Candy Design System"
   (claude.ai/design/p/c8416b80-…). Bewust NIET via Google Fonts geladen zoals
   de bronsite: hotlinken naar fonts.gstatic.com stuurt het IP van elke bezoeker
   naar Google en is voor een klantgerichte EU/Oostenrijkse site een AVG-risico
   (Duitse rechtspraak, LG München 2022). De woff2's staan daarom lokaal in
   ./fonts/ — latin-subset, precies de tekens die en/nl/de nodig hebben.

   JetBrains Mono (het monospace-font) is bewust NIET meegenomen: het design
   gebruikt het alleen zeldzaam voor prijzen in tabellen, en de systeem-fallback
   (ui-monospace / SF Mono) dekt dat zonder een extra bestand.
   Display : Anton   — zware, smalle poster-headlines in kapitalen
   Text/UI : Poppins — vriendelijke geometrische sans voor de rest
   =========================================================================== */

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/anton-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/poppins-800.woff2") format("woff2");
}
