﻿@font-face {
    font-family: 'Prompt-BoldItalic';
    src: url(../fonts/Prompt-BoldItalic.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'HeptaSlab-ExtraBold';
    src: url(../fonts/HeptaSlab-ExtraBold.woff2) format('woff2');
}

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

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.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;
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
    }

    /*LABEL*/
    h6.label {
        font-size: 16px;
        line-height: 20px;
    }

   /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
    }
}

/*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;
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
    }

    /*LABEL*/
    h6.label {
        font-size: 14px;
        line-height: 18px;
    }

    /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
    }
}

/*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;
    }

    h5.small {
        font-size: 20px;
        line-height: 20px;
    }

    /*LABEL*/
    h6.label {
        font-size: 14px;
        line-height: 18px;
    }

    /*PARAGRAPH*/
    p.large-paragraph {
        font-size: 16px;
        line-height: 22px;
    }

    p.paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    p.legal {
        font-size: 10px;
        line-height: 15px;
    }
}

/*GLOBAL CTA BUTTONS & LINKS*/

.primary-btn-cheese {
    background-color: #ffc72c;
    color: #000000;
    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-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-decoration: underline;
    color: #000000;
}

a.link-style-secondary {
    text-decoration: none;
    color: #000000;
}

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

a.inline-link {
    color: #CE1329;
}

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