/**
 * Easy Carousels - Landing Page
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

 @font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

#category.category-landing-page .isLandingPage .products-section-title {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 72px !important;
    line-height: 72px !important;
}

@media only screen and (max-width : 549px) {
    #category.category-landing-page .isLandingPage .products-section-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media only screen and (min-width : 550px) and (max-width : 991px) {
    #category.category-landing-page .isLandingPage .products-section-title {
        font-size: 48px !important;
        line-height: 64px !important;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1299px) {
    #category.category-landing-page .isLandingPage .products-section-title {
        font-size: 55px !important;
        line-height: 72px !important;
    }
}
