﻿﻿@font-face {
    font-family: 'SansBeamHead-SemiBold';
    src: url(../fonts/SansBeamHead-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'SansBeamHead-Black';
    src: url(../fonts/SansBeamHead-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'SansBeamBody-Bold';
    src: url(../fonts/SansBeamBody-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'SansBeamBody-Black';
    src: url(../fonts/SansBeamBody-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'GothamNarrow-Bold';
    src: url(../fonts/GothamNarrow-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Trade-Gothic-Next-LT-Pro-Bold';
    src: url(../fonts/Trade-Gothic-Next-LT-Pro-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Trade-Gothic-Next-LT-Pro';
    src: url(../fonts/Trade-Gothic-Next-LT-Pro.woff2) format('woff2');
}

@font-face {
    font-family: 'Kaleidos-Smooth';
    src: url(../fonts/Kaleidos-Smooth.woff2) format('woff2');
}

@font-face {
    font-family: 'Arpona-Black';
    src: url(../fonts/Arpona-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'GothamNarrow-BlackItalic';
    src: url(../fonts/GothamNarrow-BlackItalic.woff2) format('woff2');
}
@font-face {
    font-family: 'GothamNarrow-Black';
    src: url(../fonts/GothamNarrow-Black.woff2) format('woff2');
}
@font-face {
    font-family: 'TradeGothicNextLTPro-Rg';
    src: url(../fonts/TradeGothicNextLTPro-Rg.woff2) format('woff2');
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
}


p {
    letter-spacing: 0px;
}

/*DESKTOP VIEW*/
@media (min-width:1200px) {
   /* FULL WIDTH HERO TITLE*/
    h1.full-hero-title {
        font-size: 86px;
        line-height: 70px;
        text-shadow: -2px 2px;
    }

        h1.small {
            font-size: 58px;
            line-height: 52px;
        }

    /*PAGE TITLE PRODUCT NAME*/
    h2.page-title {
        font-size: 50px;
        line-height: 50px;
    }

    /*BANNER TITLE*/
    h3.banner-title {
        font-size: 46px;
        line-height: 46px;
    }

    /*COMPONENT TITLE*/
    h4.component-title {
        font-size: 32px;
        line-height: 32px
    }

    /*CARD TITLE*/
    h5.card-title {
        font-size: 30px;
        line-height: 32px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    /*LABEL*/
    h6.label {
        font-size: 16px;
        line-height: 20px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

   /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }
}

/*TABLET VIEW*/
@media (min-width:768px) and (max-width:1120x) {
    /*FULL WIDTH HERO TITLE*/
    h1.full-hero-title {
        font-size: 60px;
        line-height: 50px;
        text-shadow: -2px 2px;
    }

    h1.small {
        font-size: 48px;
        line-height: 42px;
    }

    /*PAGE TITLE PRODUCT NAME*/
    h2.page-title {
        font-size: 40px;
        line-height: 40px;
    }

    /*BANNER TITLE*/
    h3.banner-title {
        font-size: 36px;
        line-height: 36px;
    }

   /* COMPONENT TITLE*/
    h4.component-title {
        font-size: 28px;
        line-height: 28px
    }

    /*CARD TITLE*/
    h5.card-title {
        font-size: 24px;
        line-height: 24px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    /*LABEL*/
    h6.label {
        font-size: 14px;
        line-height: 18px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }
}

/*MOBILE VIEW*/
@media (min-width:300px) and (max-width:767px) {
    /*FULL WIDTH HERO TITLE*/
    h1.full-hero-title {
        font-size: 46px;
        line-height: 40px;
        text-shadow: -2px 2px;
    }

    h1.small {
        font-size: 38px;
        line-height: 34px;
    }

    /*PAGE TITLE PRODUCT NAME*/
    h2.page-title {
        font-size: 38px;
        line-height: 34px;
    }

    /*BANNER TITLE*/
    h3.banner-title {
        font-size: 32px;
        line-height: 32px;
    }

    /*COMPONENT TITLE*/
    h4.component-title {
        font-size: 24px;
        line-height: 24px
    }

    /*CARD TITLE*/
    h5.card-title {
        font-size: 24px;
        line-height: 24px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    /*LABEL*/
    h6.label {
        font-size: 14px;
        line-height: 18px;
        font-family: "Trade-Gothic-Next-LT-Pro";
    }

    /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
        font-family: 'Franklin-Gothic-Book-Regular';
    }
}

/*GLOBAL CTA BUTTONS & LINKS*/

.primary-btn-cheese {
    background-color: #ffc72c;
    color: #000000;
    font-family: "Trade-Gothic-Next-LT-Pro";
    font-size: 16px;
    padding: 12px 20px;
    min-width: 80px;
    min-height: 46px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.secondary-btn-charbroil {
    background-color: #000000;
    color: #ffffff;
    font-family: "Trade-Gothic-Next-LT-Pro";
    font-size: 16px;
    padding: 12px 20px;
    min-width: 80px;
    min-height: 46px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .primary-btn-cheese:hover, .secondary-btn-charbroil:hover {
        color: #ffffff;
        background-color: #CE1329;
    }

a.link-style-primary {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000000;
    font-family: "Trade-Gothic-Next-LT-Pro";
}

a.link-style-secondary {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-family: "Trade-Gothic-Next-LT-Pro";
}

    a.link-style-primary:hover, a.link-style-secondary:hover {
        color: #CE1329;
    }

a.inline-link {
    color: #CE1329;
    font-family: "Trade-Gothic-Next-LT-Pro";
}

    a.inline-link:hover {
        text-decoration: underline;
    }
