/* =========================================
   FSH = Font Size Heading utilities
   Mobile-first (base = mobile)
   ========================================= */
/* Base (mobile) */
.fsh-1 {
    font-size: 2.5rem !important;
}

.fsh-2 {
    font-size: 2rem !important;
}

.fsh-3 {
    font-size: 1.75rem !important;
}

.fsh-4 {
    font-size: 1.5rem !important;
}

.fsh-5 {
    font-size: 1.25rem !important;
}

.fsh-6 {
    font-size: 1rem !important;
}

.fsh-7 {
    font-size: 0.9rem !important;
}

/* SM ≥576px */
@media (min-width: 576px) {
    .fsh-sm-1 {
        font-size: 2.5rem !important;
    }

    .fsh-sm-2 {
        font-size: 2rem !important;
    }

    .fsh-sm-3 {
        font-size: 1.75rem !important;
    }

    .fsh-sm-4 {
        font-size: 1.5rem !important;
    }

    .fsh-sm-5 {
        font-size: 1.25rem !important;
    }

    .fsh-sm-6 {
        font-size: 1rem !important;
    }

    .fsh-sm-7 {
        font-size: 0.9rem !important;
    }
}

/* MD ≥768px */
@media (min-width: 768px) {
    .fsh-md-1 {
        font-size: 2.5rem !important;
    }

    .fsh-md-2 {
        font-size: 2rem !important;
    }

    .fsh-md-3 {
        font-size: 1.75rem !important;
    }

    .fsh-md-4 {
        font-size: 1.5rem !important;
    }

    .fsh-md-5 {
        font-size: 1.25rem !important;
    }

    .fsh-md-6 {
        font-size: 1rem !important;
    }

    .fsh-md-7 {
        font-size: 0.9rem !important;
    }
}

/* LG ≥992px */
@media (min-width: 992px) {
    .fsh-lg-1 {
        font-size: 2.5rem !important;
    }

    .fsh-lg-2 {
        font-size: 2rem !important;
    }

    .fsh-lg-3 {
        font-size: 1.75rem !important;
    }

    .fsh-lg-4 {
        font-size: 1.5rem !important;
    }

    .fsh-lg-5 {
        font-size: 1.25rem !important;
    }

    .fsh-lg-6 {
        font-size: 1rem !important;
    }

    .fsh-lg-7 {
        font-size: 0.9rem !important;
    }
}

/* XL ≥1200px */
@media (min-width: 1200px) {
    .fsh-xl-1 {
        font-size: 2.5rem !important;
    }

    .fsh-xl-2 {
        font-size: 2rem !important;
    }

    .fsh-xl-3 {
        font-size: 1.75rem !important;
    }

    .fsh-xl-4 {
        font-size: 1.5rem !important;
    }

    .fsh-xl-5 {
        font-size: 1.25rem !important;
    }

    .fsh-xl-6 {
        font-size: 1rem !important;
    }

    .fsh-xl-7 {
        font-size: 0.9rem !important;
    }
}

/* XXL ≥1400px */
@media (min-width: 1400px) {
    .fsh-xxl-1 {
        font-size: 2.5rem !important;
    }

    .fsh-xxl-2 {
        font-size: 2rem !important;
    }

    .fsh-xxl-3 {
        font-size: 1.75rem !important;
    }

    .fsh-xxl-4 {
        font-size: 1.5rem !important;
    }

    .fsh-xxl-5 {
        font-size: 1.25rem !important;
    }

    .fsh-xxl-6 {
        font-size: 1rem !important;
    }

    .fsh-xxl-7 {
        font-size: 0.9rem !important;
    }
}