/* homebackuppower.co.za — header theme.
   Token overrides only. The header's structure, behaviour and every
   accessibility affordance come from site-header.css; this file exists so
   that a colour change never means touching shared, reviewed code.

   #004a80 is the site's OWN deep blue, already present in its stylesheet.
   White on it measures 9.17:1, so it carries the CTA text safely, and it is
   9.17:1 on white as a link colour. Chosen in-palette deliberately: 44 page
   bodies are not being restyled, and a header in some unrelated hue would
   look bolted on. */
:root {
    --h-accent:        #004a80;
    --h-accent-ink:    #004a80;
    --h-accent-soft:   #e8f1f8;
    --h-commerce:      #004a80;
    --h-commerce-soft: #e8f1f8;
    --h-commerce-line: #b6d4e8;
    --h-commerce-hover:  #d3e5f2;
    --h-commerce-strong: #003a66;
}
