/*
 * Lady Hill Caringbah brand theme
 * Deep navy header with teal/aqua primary accent from the brand logo.
 */

:root {
  --brand-primary: oklch(0.65 0.13 200);
  --brand-primary-foreground: oklch(0.15 0.02 240);
  --brand-header-bg: oklch(0.25 0.04 240);
  --brand-header-fg: oklch(0.98 0 0);
}
