/*
 * Aromas Fine Foods & News brand theme
 * Warm coffee brown tones with clean white header.
 */

:root {
  --brand-primary: oklch(0.45 0.08 55);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.99 0 0);
  --brand-header-fg: oklch(0.15 0 0);
}
