/* ===========================================================
   built.in.layers — Design-Tokens (Farben, Schriften, Maße)
   Selbst gehostete Schriften (DSGVO-konform, kein Google-CDN)
   =========================================================== */

/* ---------- Schriften ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-v21-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/source-sans-3-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/source-sans-3-v19-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/fraunces-v38-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/fraunces-v38-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2");
}

/* ---------- Farben & Maße ---------- */
:root {
  --bordeaux:        #6E1E2A;
  --bordeaux-dark:   #54121C;
  --ink:             #2C2622;
  --mokka:           #6B5D4F;
  --terracotta:      #C36A4D;
  --terracotta-dark: #A8543A;
  --sand:            #A8927A;
  --cream:           #FAF6F0;
  --parchment:       #F2EBE0;
  --line:            #E3D8C9;

  /* Schrift-Stacks (werden je Variante überschrieben) */
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, sans-serif;

  --maxw: 1180px;
  --radius: 4px;
}
