﻿/*//////////////////////////////////////////////////////*/
/*//====================----------====================//*/
/*//                    THEME FONT                    //*/
/*//====================----------====================//*/
/*//////////////////////////////////////////////////////*/
@font-face {
    font-family: 'Neutra2Display-Titling';
    src: url('../fonts/Neutra2Display-Titling.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Neutra2Display-Titling.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Neutra2Display-Titling.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Neutra2Display-Titling.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Neutra2Display-Titling.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Neutra2Text_book';
    url('../fonts/Neutra2Text_book.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Neutra2Text_book.woff') format('woff'), /* Pretty Modern Browsers */
}


/*//////////////////////////////////////////////////////*/
/*//====================----------====================//*/
/*//                 THEME VARIABLES                  //*/
/*//====================----------====================//*/
/*//////////////////////////////////////////////////////*/
:root {
    /* Overwrites */
    --fontFamily: 'Neutra2Text_book', Helvetica, Arial, sans-serif;
    --headingFontFamily: 'Neutra2Display-Titling', Helvetica, Arial, sans-serif;
    --homeImage: url("https://cdn.theatertoolkit.com/media/flixbrewhouse/images/FoodBg.jpg");
    --homeTitleWrpBg: rgba(0,0,0,0);
}

.viewCart__details{
    font-size: .9rem;
}
.btn--tertiary.viewCart__btn {
    border-color: rgba(255, 255, 255, .8);
    color: rgba(255, 255, 255, .8);
}

.home__content .btn--large {
    background-color: black;
}

.home__content .btn--primary {
    color: var(--textColorLight);
}

.home__content .btn--secondary {
    color: var(--textColorAccent);
}