/* Emmonak Corporation — AI landing palette
   Heritage palette: deep teal + aurora green, warm cream surfaces. */

:root {
  --bg: #f7f4ed;
  --surface: #ffffff;
  --surface-2: #efe9dd;
  --ink: #14302f;
  --muted: #5a6663;
  --border: #d6cdb8;
  --accent: #136157;
  --accent-fg: #fbf6e8;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a1818;
    --surface: #112323;
    --surface-2: #162d2c;
    --ink: #f4ecd6;
    --muted: #a0a695;
    --border: #244039;
    --accent: #2fa78f;
    --accent-fg: #0a1818;
  }
}
