/*
 * Tajna Šolje — shared design tokens.
 * Single source of truth for the standalone landing page (landing.html).
 * Keep these values in sync with tailwind.config.js (the React app's theme).
 */
:root {
  /* Muted antique gold */
  --gold-100: #f2e4bf;
  --gold-200: #e6cd8a;
  --gold-300: #d8b45c;
  --gold-400: #c9a227;
  --gold-500: #b38f1f;
  --gold-600: #94741a;

  /* Dark roast + plum background base */
  --espresso-900: #1a120b;
  --plum-900: #2a1f30;
  --espresso-950: #120c07;

  /* Coffee / parchment */
  --coffee-700: #7d4f32;
  --coffee-800: #6b4330;
  --coffee-900: #5c3b2c;

  /* Foreground text on the dark base */
  --ink: #f3e7c9;
  --ink-soft: #d9c79a;

  --radius-pill: 999px;
}
