/* Footer Configuration - Change footer color from this single file */

/* Footer colors are now defined in colors.css */

/* Apply the footer colors to all footer elements */
footer {
    background-color: var(--bg-footer) !important;
    color: var(--text-bright) !important;
}

/* Footer headings */
footer h3,
footer h4 {
    color: var(--text-bright) !important;
}

/* Footer links */
footer .footer-link {
    color: var(--text-bright) !important;
}

footer .footer-link:hover {
    color: var(--text-bright-secondary) !important;
}

/* Footer borders */
footer hr {
    border-color: var(--text-bright) !important;
}
