/**
 * 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: 'Syne';
    src: url('../fonts/Syne-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

#category.category-landing-page .isLandingPage .products-section-title {
    font-family: 'Syne', 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;
    }

    .isLandingPage .carousel-description p {
        font-size: 14px !important;
        line-height: 14px !important;
    }
}

@media only screen and (min-width : 550px) and (max-width : 991px) {
    #category.category-landing-page .isLandingPage .products-section-title {
        font-size: 45px !important;
        line-height: 72px !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;
    }
}
