/* The Gym by Sidney Schutte — brand tokens v1.0
   Bron: inbox/gym-style_guide-297x210-v2.pdf (Danny, juni 2026) — leidend.
   Besluit: decisions/2026-07-07-new-brand-assets-landingpage-input.md */

:root {
  /* Kleur */
  --leather-red:  #4A2426;
  --locker-green: #2F453C;
  --rings-black:  #1F1F1F;
  --medal-bronze: #946A47;
  --chalk-white:  #F2EDE4;
  --accent-pink:  #F0BCAE;
  --accent-yellow:#DEB235; /* style guide v2 2 p.2 — operator-bevestigd 2026-07-08 (was #F4B73B) */

  /* Typografie */
  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body:    "DM Sans", system-ui, -apple-system, sans-serif;
  --font-display: "DK Downward Fall", "DM Sans", sans-serif;

  /* Tracking voor labels (style guide: DM Sans Regular · Tracked · Caps) */
  --label-tracking: 0.18em;
}

/* Merkfonts self-hosted — geen Google CDN, geen bezoeker-IP's naar Google (AVG).
   Playfair + DM Sans zijn OFL (zie assets/fonts/*-OFL.txt). Deze pagina gebruikt
   Playfair uitsluitend italic (de kopstem) en DM Sans upright. */
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Italic-Variable.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../assets/fonts/DMSans-Variable.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

/* DK Downward Fall — lokale webfont (licentie akkoord, operator 2026-07-07).
   Alleen laden op pagina's die 'm echt gebruiken. */
@font-face {
  font-family: "DK Downward Fall";
  src: url("../assets/fonts/DKDownwardFall.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
