/* AUTO-GENERATED by scripts/generate-brand-css.sh — do not edit by hand.
 *
 * Brand-color override per branding.toml [branding.visual].
 * Source: /data/build/temp/haip_code/freezone_haip_workspace/forge.ourworld.tf/znzfreezone_code/znzfreezone_deploy/instances/zanzibar/branding.toml
 *
 * main.css :root sets the ZDFZ defaults; this file overrides for the
 * current instance. Loaded AFTER main.css in index.html so cascade wins.
 *
 * To change brand colors: edit branding.toml [branding.visual]
 * primary_color / secondary_color, then re-run `make dist` (or invoke
 * scripts/generate-brand-css.sh directly).
 */
:root {
    --brand-color-primary: #0099FF;
    --brand-color-secondary: #00CC66;
    --brand-gradient: linear-gradient(135deg, var(--brand-color-primary) 0%, var(--brand-color-secondary) 100%);
}
