/* Design tokens — always loaded after green-static.css */
:root {
  --color-bg:       #080f0a;
  --color-surface:  #111a13;
  --color-border:   #1e2e20;
  --color-accent:   #7ab875;
  --color-accent-2: #a8c8a0;
  --color-text:     #e8f0e5;
  --color-muted:    #6a8a65;
  --color-bg-light: #f0f5ee;
  --font-display:   'Cormorant Garamond', Georgia, serif;
  --font-body:      'DM Sans', system-ui, sans-serif;
  --font-label:     'Space Grotesk', system-ui, sans-serif;
}

html {
  background-color: #080f0a;
  color: #e8f0e5;
}

body {
  background: #080f0a !important;
  background-image: none !important;
  color: #e8f0e5 !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 300 !important;
}

a {
  color: inherit;
}
