/*
 * Amanti di Caffe brand theme
 * Warm golden-yellow header (legacy #FDB932) with a deep-brown foreground
 * for readable contrast on top of the bright yellow. Primary accent is a
 * coffee-brown so CTA buttons feel tied to the café identity.
 */

:root {
  --brand-primary: oklch(0.40 0.06 55);
  --brand-primary-foreground: oklch(0.98 0.01 85);
  --brand-header-bg: oklch(0.82 0.17 85);
  --brand-header-fg: oklch(0.25 0.04 55);
}
