/* --------------------------------------------------------------------------
   Site overrides — loaded AFTER main.css so these win.

   Contrast fixes (WCAG AA). The brand teal #1dc4a8 is too light to carry white
   text — white on it is only 2.2:1 (AA needs 4.5:1). These darker teals keep
   the brand feel while passing. Bright teal is retained everywhere it's an
   accent on white/dark backgrounds (links, borders, icons), which already pass.
   -------------------------------------------------------------------------- */

/* Footer main block — white text -> ~4.7:1 */
.footer-main { background-color: #0c8270; }

/* Footer bottom bar — white text -> ~6.1:1 */
.footer-bar { background-color: #0a6f5f; }

/* Solid teal buttons with white text -> ~4.7:1 (hover -> ~6.1:1) */
.btn-teal { background-color: #0c8270; }
.btn-teal:hover { background-color: #0a6f5f; }
