





:root {
	--title-font-family: "Teko", sans-serif !important;
	--sub-title-font-family: "Urbanist", sans-serif !important;
	--body-font-family: "Urbanist", sans-serif !important;
	--menu-font-family: "Urbanist", sans-serif !important;
	--button-font-family: "Urbanist", sans-serif !important;
} 


.custom-presale-disclaimer {
	background: var(--g-accent-color);
	position: relative;
	padding: 2rem var(--col-gap-2);
}
.custom-presale-disclaimer p {
	max-width: var(--max-content-width);
	margin: 0 auto;
	color: #FFF;
	font-style: italic;
	font-size: 0.85rem;
	text-align: center;
}


/* --- Custom Scrollbar Color Styling --- */

body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--g-accent-color);
} 

/* END SCROLLBAR COLOR STYLES */ 


/*---------- Back to top styling -----------*/

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 3000;
	right: 20px;
	bottom: 20px;
	background: url(_media/custom/back-to-top.png) no-repeat;
} 




.custom-footer-legal {
	display: none;
}
#pagewrap__p .mrp-crea-attribution {
    display: block ! Important;
}