/* Lapapoe Site Fixes — WCAG contrast corrections.
   See lapapoe-site-fixes.php for the reasoning behind each rule. */

/* Footer column headings: was #000 on #330033 (1.19:1) -> #FFF (15.9:1). */
.lfp-footer h4 {
	color: var(--lp-white, #FFFFFF);
}

/* Green button: was #FFF on #7A8C00 (3.76:1) -> #FFF on #697700 (4.95:1). */
.lfp-btn.lfp-btn--green {
	background: #697700;
}
