/* html:root (not plain :root) intentionally — see frontend/branding/dolphins/theme.css. */
html:root {
  --color-primary: #122b50;
  --color-primary-dark: #0b192f;
  --color-accent: #1dc1d3;
  --color-success: #337c2e;
  --color-warning: #d79b00;
  --color-error: #c10e00;
  --color-bg: #f6f9fb;
  --color-surface: #ffffff;
  --color-surface-alt: #eef4f7;
  --color-text: #102534;
  --color-text-secondary: #607383;
  --color-border: #d9e4ea;
}
