/* ============================================================================
   Texas Hawgs — brand.css  ·  SINGLE SOURCE OF TRUTH for the brand palette.
   ----------------------------------------------------------------------------
   Linked by BOTH the redesigned homepage (index.php → home.css) and every
   other page (top.php → tht.css). Change a color HERE and it updates the
   whole site at once — no more matching two stylesheets.

   home.css and tht.css keep their own layout/neutral tokens; they only pull
   these brand colors from here (home's --green/--blue/--char and the site's
   --accent/--accent-d/--char all resolve to the variables below).
   ============================================================================ */
:root{
  --th-accent:#4a7a3a;   /* primary action color — bass green (buttons, links, nav Book, book-band, hovers) */
  --th-accent-d:#3c6330; /* darker green for hovers */
  --th-blue:#123a5c;     /* deep blue — headings/link accents on the homepage */
  --th-blue-d:#0d2b45;
  --th-char:#23282a;     /* charcoal — footer background */
  --th-white:#ffffff;
}
