@CHARSET "UTF-8";

html, body {
    background: no-repeat fixed center top / cover rgba(0, 0, 0, 100%);
	background-image: url("../images/background.png"), /* is loaded if there is no .jpg */
    url("../images/background.jpg");
    padding-top: 10px;
}

.navbar,
#categories-title-container,
.category-title.offer-categories,
.category_heading,
#cal-index.category_entry,
.offer_tile_container .offer_tile_cart_price,
.offer_tile_container .offer_tile_cart_icon,
div.category_content > h3.category_heading {
    display: none;
}


@font-face {
    font-family: Montserrat;
    src: url(../files/webfonts/wild-wake-park/Montserrat/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: NunitoSans;
    src: url(../files/webfonts/wild-wake-park/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
}

body, .back_to_page {
    font-family: Montserrat, NunitoSans, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: Montserrat, NunitoSans, Arial, Helvetica, sans-serif;
}

.ressources h4,
#cross-selling-modal h1, 
#cross-selling-modal h2, 
#cross-selling-modal h3, 
#cross-selling-modal h4,
#cross-selling-modal .item-price, 
#cross-selling-modal .full-price-label {
    font-family: Montserrat, NunitoSans, Arial, Helvetica, sans-serif;
}
