/* ============================================================================
 * BPF Virtual brand tokens
 * ----------------------------------------------------------------------------
 * This file keeps the original BPF Classic palette as the safe default. The
 * optional BPF Pro navy/blue palette is applied by /assets/css/bpf-theme.css
 * when the user switches themes.
 * ========================================================================== */
:root{
  --bpf-brand:        #C41E3A;
  --bpf-brand-2:      #B5122E;
  --bpf-brand-dark:   #9C1730;
  --bpf-brand-rose:   #E11D48;
  --bpf-brand-hot:    #E02040;
  --bpf-brand-deep:   #21050D;
  --bpf-accent:       #C41E3A;
  --bpf-accent-soft:  #FFE5EA;
  --bpf-blue:         #2F8BFF;
  --bpf-navy:         #061427;
}
