/* shared/tokens.css — Nitz brand tokens */
:root {
  --nitz-green: #a1d5b4;
  --nitz-green-deep: #8bc7a1;
  --nitz-brown: #3a1a17;
  --nitz-brown-soft: #5a352f;
  --nitz-cream: #fbf7f0;
  --nitz-line: #3a1a17;

  /* Hebrew faces trail the Latin ones; browsers fall through per-glyph, so
     Latin text keeps Cormorant/Inter while Hebrew renders in Frank Ruhl/Heebo. */
  --font-display: "Cormorant Garamond", "Frank Ruhl Libre", Georgia, serif;
  --font-ui: "Inter", "Heebo", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script: "Dancing Script", "Brush Script MT", cursive;

  --space-1: 8px;  --space-2: 16px;  --space-3: 24px;  --space-4: 40px;
  --radius: 14px;
  --maxw: 480px;
}
