/**
 * TSI – Mniejszy nagłówek stopki PF
 */

:root {
    --tsi-pf-footer-title-desktop: 72px;
    --tsi-pf-footer-title-tablet: 58px;
    --tsi-pf-footer-title-mobile: 42px;
}

#site-footer.furman-standard-footer .furman-standard-footer__title {
    font-size: var(--tsi-pf-footer-title-desktop) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

@media (max-width: 1100px) {
    #site-footer.furman-standard-footer .furman-standard-footer__title {
        font-size: var(--tsi-pf-footer-title-tablet) !important;
    }
}

@media (max-width: 767px) {
    #site-footer.furman-standard-footer .furman-standard-footer__title {
        font-size: var(--tsi-pf-footer-title-mobile) !important;
        line-height: 1.02 !important;
    }
}
