/*
 * De France Provincial Bakery brand theme
 * Legacy site used a black header (#000) with the brown + light-blue
 * "de france" wordmark on top. Primary accent is the espresso brown
 * from the wordmark (legacy mobiscroll accent #3E2B1C).
 */

:root {
  --brand-primary: oklch(0.32 0.04 55);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.15 0.01 60);
  --brand-header-fg: oklch(0.98 0 0);
}
