/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
***************************************************** */

/* Accessibility Overrides */

/* Fix contrast for primary buttons (Yellow background) */
/* Ensuring text is black (#000) passes AAA (15.6:1) */
.btn-primary {
    color: #000 !important;
}

.btn-primary:hover {
    color: #000 !important;
}

/* Darken text-primary for better readability on white backgrounds */
/* #b8810c passes AA (3.04:1) for large text, decent improvement over 1.83:1 */
.text-primary {
    color: #b8810c !important;
}

.color-primary {
    color: #b8810c !important;
}

/* Ensure accessible links in footer if needed */
.footer a {
    text-decoration: none;
}