/* smianalytical.co.za — header theme.
   #364f77 is the site's own slate blue (main.css); 8.26:1 on white.
   The bronze #b59159 that dominates the rest of its palette is 2.3:1 on
   white and cannot carry text, so it is used only as the soft fill. */
:root {
    --h-accent:        #364f77;
    --h-accent-ink:    #364f77;
    --h-accent-soft:   #eef1f7;
    --h-commerce:      #364f77;
    --h-commerce-soft: #faf6ef;
    --h-commerce-line: #e0d3bd;
    --h-commerce-hover:  #e4e9f3;
    --h-commerce-strong: #29405f;
}
