/* ==========================================================================
   BRASS HORSE LEATHER — SITE ACCENT
   Loaded AFTER system.css. Accent colors pulled from the Brass Horse crest
   (the shared parent mark, since this is the site the umbrella brand's
   name comes from).
   ========================================================================== */

:root{
  --paper: #F0DFC4;
  --paper-dim: #E4C89E;
  --brass: #D9691F;       /* burnt orange from the crest horse */
  --brass-dark: #A84E17;
  --accent-2: #A69A1E;    /* olive-gold, pulled from the crest's eye */
  --dark: #241B14;        /* near-black brown from the crest ring */
  --dark-2: #33271b;
}
