@import '../../daemmatlas_shared/css/footer.css';

/* Westerhorstmann Footer - Only theme-specific overrides */

/* Use primary color instead of blue */
footer.footer {
    background: var(--primary);
}

/* Kennzahlen styling difference */
footer.footer .kennzahlen h2 + p {
    font-weight: 800;
    text-transform: uppercase;
}

.theme-version {
    color: transparent;
}
