/* A — the brand's own colours, used the way the logo uses them: gold as the
   solid band with brown text on it, exactly as the An Nông Land mark does,
   and the site's original dark green for the section bars.

   Every pair below is checked against WCAG AA (4.5:1 for body text):
     brown  #3a2c1e on gold #d09a1b = 5.34
     brown  #443124 on gold          = 4.86
     maroon #5f1010 on gold (hover)  = 5.31
     gold   #96690a on white         = 4.86
     green  #0d5c43 on white         = 7.99
     red    #d32f2f on white         = 4.98   */
:root{
  --bar-bg:#d09a1b; --bar-ink:#3a2c1e; --bar-sub:#443124; --bar-hi:#5f1010;
  --sec-bg:#0d5c43;
  --ink:#333333; --head:#2f2a24; --head-2:#0d5c43;
  --accent:#96690a; --link:#96690a;
  --price:#d32f2f; --open:#0d5c43;
}
