/* Bengal Origin Co. — Design System Variables */
:root {
  --color-green: #1E3A2F;
  --color-green-light: #2D5A45;
  --color-amber: #C8922A;
  --color-amber-dark: #A07020;
  --color-cream: #F5F0E8;
  --color-charcoal: #1C1C1A;
  --color-muted: #8A9E93;
  --color-pale: #E8F0E8;
  --color-off-white: #F5F5F0;
  --color-dark-card: #162E24;
  --color-white: #FFFFFF;
  --color-error: #CC4444;
  --color-success: #2A7A2A;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', system-ui, sans-serif;

  --text-display: 72px;
  --text-h1: 52px;
  --text-h2: 36px;
  --text-h3: 24px;
  --text-h4: 18px;
  --text-body-lg: 18px;
  --text-body: 16px;
  --text-body-sm: 14px;
  --text-label: 11px;

  --line-height-tight: 1.2;
  --line-height-body: 1.75;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-8: 80px;
  --space-10: 120px;
  --space-max: 1200px;
}
