:root {
  --bg: #eef4ed;
  --surface: #ffffff;
  --surface-alt: #f4f7f2;
  --text: #0b2545;
  --muted: #475569;
  --border: #e2e8f0;
  --primary: #0b2545;
  --primary-hover: #134074;
  --primary-contrast: #ffffff;
  --accent: #8da9c4;
  --accent-hover: #7a99b6;
  --accent-contrast: #0b2545;
  --success: #16a34a;
  --warning: #f59e0b;
  --danger: #dc2626;
  --focus-ring: rgba(141, 169, 196, 0.45);
  --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 8px 24px rgba(0, 0, 0, 0.1);
  --radius-card: 14px;
  --radius-button: 12px;
}

[data-theme="deep-sea"] {
  --bg: #eef4ed;
  --surface: #ffffff;
  --surface-alt: #f4f7f2;
  --text: #0b2545;
  --muted: #475569;
  --border: #e2e8f0;
  --primary: #0b2545;
  --primary-hover: #134074;
  --primary-contrast: #ffffff;
  --accent: #8da9c4;
  --accent-hover: #7a99b6;
  --accent-contrast: #0b2545;
  --focus-ring: rgba(141, 169, 196, 0.45);
}

[data-theme="cool-waters"] {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-alt: #eef2f6;
  --text: #1e293b;
  --muted: #475569;
  --border: #e2e8f0;
  --primary: #22577a;
  --primary-hover: #1b4663;
  --primary-contrast: #ffffff;
  --accent: #38a3a5;
  --accent-hover: #2f8c8e;
  --accent-contrast: #ffffff;
  --focus-ring: rgba(56, 163, 165, 0.4);
}
