@font-face {
	font-family: Geo;
	src: Fonts/Geo-Regular.woff2;
}

@font-face {
	font-family: Slaab;
	font-style: "normal";
	font-weight: "bold";
	src: Fonts/Slaab/Slaab-Bold.woff2;
}

@font-face {
	font-family: Slaab;
	font-style: "normal";
	font-weight: "normal";
	src: Fonts/Slaab/Slaab-SemiBold.woff2;
}

@font-face {
	font-family: Inter;
	font-style: "normal";
	src: Fonts/Inter/Inter.woff2;
}

.css-input {
     padding: 5px;
     font-size: 2em;
     border-width: 0px;
     border-color: #ffffff;
     background-color: #123B09;
     color: #ffffff;
     border-style: solid;
     border-radius: 10px;
	 font-family: Geo;
     /*box-shadow: 0px 0px 5px rgba(66,66,66,.75);
     text-shadow: 0px 0px 5px rgba(66,66,66,.75);*/
}

 .css-input:focus {
     outline:none;
}

.guideText {
	font-family: Inter;
	padding: .5em 2em 1em;
	overflow-y: scroll;
	font-size: 1.2em;
}

.room-input {
     font-size: 2em;
	 font-family: Geo;
     /*box-shadow: 0px 0px 5px rgba(66,66,66,.75);
     text-shadow: 0px 0px 5px rgba(66,66,66,.75);*/
}