/*
 * Teddy Picker's brand theme
 * Deep navy header (matching the wordmark logo background) with a warm terracotta
 * accent to pop against the navy.
 */

:root {
  --brand-primary: oklch(0.22 0.08 265);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.22 0.08 265);
  --brand-header-fg: oklch(0.98 0 0);
}
