/* Triangle Seminars - Footer Styles */
/* Uses centralized theme system from themes.css */

/* Footer-specific styles to ensure consistency across all pages */
.triangle-footer {
    background-color: var(--color-footer-bg) !important;
    border-top: 1px solid var(--color-border-primary) !important;
    color: var(--color-text-primary) !important;
}
.triangle-footer .footer-title {
    color: var(--color-brand-primary) !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
}
.triangle-footer .footer-text {
    color: var(--color-text-primary) !important;
    margin-bottom: 0.5rem !important;
}
.triangle-footer .footer-link {
    color: var(--color-text-primary) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.triangle-footer .footer-link:hover {
    color: var(--color-brand-primary) !important;
    text-decoration: none !important;
}
