@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,
div.category_content h3.category_heading {
    display: none;
}

@font-face {
    font-family: ARCO;
    src: url(../files/webfonts/liams-wunderland/ARCO\ 3.ttf);
}

@font-face {
    font-family: Alliance-No-2;
    src: url(../files/webfonts/liams-wunderland/Alliance\ No.2\ Regular.otf);
}

body, .back_to_page {
    font-family: Alliance-No-2, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: ARCO, 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: ARCO, Arial, Helvetica, sans-serif;
}
