/* Shared "ocean-quest" theme tokens — single source of truth for both the
   React app (index.css) and the static SEO landing page (landing.css).
   Linked directly from index.html and landing.html. */
[data-theme="ocean-quest"] {
  --color-primary:     #006D77;
  --color-accent:      #FF6B6B;
  --color-surface:     #83C5BE;
  --color-background:  #EDF6F9;
  --color-text:        #1B1B2F;
  --color-muted:       #4a5568;
  --color-border:      #c2dfe6;
  --color-destructive: #E53E3E;
}
