:root {
   --bs-body-font-family: 'Verdana', sans-serif;
}

.sf-toolbar{
    display: none !important;
}

/* prevent dark mode*/


body{
	overflow-x: hidden;
}
/* Firefox */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}

/* Chrome */
@media (forced-colors: active) {
    :root {
        color-scheme: light;
    }
}


/* custom fonts */
@font-face{
	font-family: "BauerBodoni";
	src: url("../fonts/BE15006D.TTF");
}
@font-face {
	font-family: "JustAnotherHand";
	src: url("../fonts/JustAnotherHand-Regular.ttf");
}
@font-face {
	font-family: "PlayWrite_DE";
	src: url("../fonts/PlaywriteDE/PlaywriteDEGrund-Regular.ttf");
}
@font-face {
	font-family: "Lato";
	src: url("../fonts/Lato/Lato-Regular.ttf");
}

/* set all default margins to 0 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
body{
	font-family: "Lato" !important;
}
.question{
    background-color: var(--mainColor);
}

.baner{
	width: 100%;
	min-height: 130px;
	max-height: 200px;
	background-color: var(--mainColor);
	position: relative;
}
.chapterNumber{
	font-size: 100px;
	color: white;
	font-family: "BauerBodoni";
	margin-left: 10%;
}


#gameTitle{
	font-family: "PlayWrite_DE" !important;
	font-size: 27px;
}
.gameHeaders{
	/* font-family: "JustAnotherHand"; */
	
	/* font-size: clamp(25px, 3vw,45px); */
	font-size: 25px;
	position: absolute; 
	left: 50%; 
	text-wrap: balance !important;
	transform: translateX(-50%); 
	padding: 10px;
	height: 100%;
	width: 70%;
	color: var(--secondaryColor);
}

.gra{
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	
}
.footer{
	width: 100vw;
	height: 120px;
	/* background-color: var(--mainColor); */
	/* position: fixed;
	bottom: 0; */
  
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  
	font-size: 30px;
	letter-spacing: 10px;


	position: relative;
    padding-bottom: env(safe-area-inset-bottom);
	/* background-color: white; */

	-webkit-box-shadow: 0px -12px 5px -12px rgba(66, 68, 90, 0.26);
-moz-box-shadow: 0px -12px 5px -12px rgba(66, 68, 90, 0.26);
box-shadow: 0px -12px 5px -12px rgba(66, 68, 90, 0.26);
}
.footer > img{
	padding: 15px;
	max-height: 100%;
	user-select: none;
}
.btn{
	touch-action: manipulation;
}
