@CHARSET "UTF-8";

html, body {
    background: no-repeat fixed center top / cover #2a2f3d;
	background-image: none;
    padding-top: 10px;
}

.navbar,
.category-title.all-offers {
    display: none;
}

@font-face{
    font-family: OfeliaText Regular;
    src: url(../files/webfonts/PinkysSurfhouse/OfeliaText-Regular.ttf)
}

body, .back_to_page {
    font-family: OfeliaText Regular, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: OfeliaText Regular, Arial, Helvetica, sans-serif;
}
h1, h2 {
    color: var(--shop-color-primary-bg);
}

.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: Arial, Helvetica, sans-serif;
}

.debit_provider_entry .btn-topup {
    background-color: var(--shop-color-primary-bg)  !important;
    color: var(--shop-color-primary-text);
    border-radius: 4px !important;
}
