/*
 * Pickle Preorder / Pickle in the Middle brand theme
 * Warm amber/yellow (#F9BB3B) matching legacy brand.
 *
 * Brand themes set --brand-* variables. index.css reads them via var() with
 * defaults in the fallback, so this file can load BEFORE the bundled CSS
 * without being overridden.
 */

:root {
  --brand-primary: oklch(0.80 0.15 75);
  --brand-primary-foreground: oklch(0.25 0.04 75);
  --brand-header-bg: var(--brand-primary);
  --brand-header-fg: var(--brand-primary-foreground);
}
