/**
 * Taste Wollerich — design tokens aligned with tastewollerich.nl
 * (Astra --ast-global-color-* + Elementor kit, captured 2026-04).
 */
:root {
  --tw-color-gold: #bc8d38;
  --tw-color-gold-mid: #84480f;
  --tw-color-gold-dark: #7c1f05;
  --tw-color-olive: #858256;
  --tw-color-olive-dark: #6e6c47;
  --tw-color-forest: #455e24;
  --tw-color-ink: #2f311a;
  --tw-color-ink-muted: #57544a;
  --tw-color-white: #ffffff;
  --tw-color-slate: #cbd5e1;
  --tw-color-display: #161615;

  --tw-color-sand: #f7f4ee;
  --tw-color-border: #e4dccf;
  --tw-color-bar-bg: #161615;
  --tw-color-bar-text: #f2ebe0;
  --tw-color-cream: #f5ecd4;

  /* Scotch Display is commercial; Cormorant Garamond is the free editorial substitute */
  --tw-font-sans: "Mulish", system-ui, -apple-system, sans-serif;
  --tw-font-serif: "Roboto Slab", Georgia, "Times New Roman", serif;
  --tw-font-display: "Cormorant Garamond", "Roboto Slab", Georgia, serif;

  --tw-radius-pill: 25px;
  --tw-radius-card: 12px;
  --tw-shadow-soft: 0 8px 28px rgba(22, 22, 21, 0.08);
  --tw-space-section: clamp(3rem, 6vw, 5rem);
  --tw-max-content: 1240px;
}
