/* a11y-contrast.css - WCAG 1.4.3 corrections. GENERATED by ops/build_pages.py.
 * axe-core found 8 serious color-contrast failures on the homepage and 4 on
 * every subpage (all in the shared footer). Brand surfaces are unchanged:
 * only the text on top of them is darkened.
 *   white   on #26aae1 = 2.65:1  ->  #08293d on #26aae1 = 5.68:1
 *   white   on #3aaa00 = 3.03:1  ->  #0a2600 on #3aaa00 = 5.37:1
 *   #585858 on #111111 = 2.65:1  ->  #a0a0a0 on #111111 = 7.22:1
 * #a0a0a0 is one of Olaunu's own support grays, so the palette is unchanged.
 * This file loads last on every page so it wins on source order.
 */
.newsletter-form button,
#consent-accept,
.olch-bubble > span { color: #08293d; }
.newsletter-form button:hover,
#consent-accept:hover { background: var(--ocean-deep); color: #fff; }
.ocart-checkout { color: #0a2600; }
.footer-copy,
.footer-links a { color: #a0a0a0; }
.footer-links a:hover { color: var(--ocean); }
