/* nanozinc.co.za — header theme.
   The site's amber is #d69a52, which measures 2.16:1 on white — it fails
   WCAG 1.4.3 for text and cannot be the CTA colour. #8a5a1f is that hue
   darkened to 5.89:1: recognisably the same brand colour, legible.
   The original amber survives as the soft fill, where nothing sits on it. */
:root {
    --h-accent:        #8a5a1f;
    --h-accent-ink:    #8a5a1f;
    --h-accent-soft:   #fbf3e8;
    --h-commerce:      #8a5a1f;
    --h-commerce-soft: #fbf3e8;
    --h-commerce-line: #e8cfa9;
    --h-commerce-hover:  #f5e7d2;
    --h-commerce-strong: #6f481a;
}
