/*
 * Woodfrog Bakery brand theme
 * Dark charcoal primary with white foreground — matches the black/white
 * "WOOD FROG BAKERY" wordmark and the dark-silhouetted frog icon.
 */

:root {
  --brand-primary: oklch(0.20 0.01 60);
  --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);
}
