/*
 * All Aboard Seafoods brand theme
 * Deep navy primary (legacy #083D80) — matches the nautical logo.
 * Header uses navy background with white foreground to match the legacy app.
 */

:root {
  --brand-primary: oklch(0.34 0.13 260);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.34 0.13 260);
  --brand-header-fg: oklch(0.98 0 0);
}
