/* Löwen 1560 — brand tokens (see BRAND.md §3/§8). Single source for the palette. */
:root {
  --bg-dark: #1a1512;
  --bg-light: #2a221c;
  --gold: #c9a24b;
  --gold-soft: rgba(201, 162, 75, 0.35);
  --cream: #efe6d5;
  --cream-dim: rgba(239, 230, 213, 0.85);
}
