/*
 * Mondo Fresco brand theme
 * Italian palette — warm red primary on a cream/off-white header.
 */

:root {
  --brand-primary: oklch(0.55 0.20 25);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.98 0.01 90);
  --brand-header-fg: oklch(0.20 0.02 90);
}
