/*
 * Kebabs on Kepler brand theme
 * Black header (matching black wordmark logo) with a warm kebab-red primary accent.
 */

:root {
  --brand-primary: oklch(0.55 0.18 30);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.12 0 0);
  --brand-header-fg: oklch(0.98 0 0);
}
