:root{
  /* Kernpalette */
  --nacht:#0D1B2A;--nacht-d:#09141F; /* nacht-d: ~27% dunkler, analog zum bisherigen Verhaeltnis 0F3460->0A2847 */
  --gold:#C9A84C;--gold-h:#F7F0DC;--gold-r:#D4B86A;
  --creme:#F8F6F0;--karte:#FDFCF8;

  /* Semantische Zusatzfarben */
  --preuss:#1B4F8A;--preuss-h:#EBF1F9;--preuss-r:#B0C8E4;
  --blau:#1B4F8A;--blau-h:#EBF1F9;--blau-r:#7EB3E0;
  --eiche:#6B4226;--eiche-h:#F5EDE5;--eiche-r:#C49A78;
  --gruen:#2D6A1F;--gruen-h:#EAF3E6;--gruen-r:#8EC47E;
  --rot:#8B1C1C;--rot-h:#FAE8E8;--rot-r:#E8A0A0;
  --orange:#B86A00;--orange-h:#FDF0DC;--orange-r:#E8B86A;
  --lila:#4A3080;--lila-h:#F0EBF8;--lila-r:#B8A0E0;
  --bronze-c:#CD7F32;--silber-c:#708090;--gold-c:#DAA520;

  /* Neutrale Toene */
  --rand:#DDD8CE;--rand-2:#C8C2B6;--grau-4:#8A8478;
  --text:#1A1714;--text-2:#504840;--text-3:#8A8478;--weiss:#fff;

  /* Layout-Tokens */
  --r:8px;--r-lg:10px;

  /* Schriften */
  --font-serif:'EB Garamond',serif;
  --font-sans:'Noto Sans',sans-serif;
}

/* App-weites Scroll-Verhalten (alle Module verlinken variables.css) */
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
}
