/*
 * Tandoori Flames brand theme
 * Warm saffron/orange primary matching the script-logo "tandoori flames" and tandoor flame motif.
 */

:root {
  --brand-primary: oklch(0.68 0.17 45);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.98 0.01 60);
  --brand-header-fg: oklch(0.30 0.08 40);
}
