@font-face {
	font-family: 'GTWalsheimProRegular';
	src: url('fonts/GT_WALSHEIM/GTWalsheimProRegular.ttf');
}

@font-face {
	font-family: 'GTWalsheimProRegularBody';
	src: url('fonts/GT_WALSHEIM/GT-Walsheim-');
}

@font-face {
	font-family: 'GTWalsheimProBold';
	src: url('fonts/GT_WALSHEIM/GT-Walsheim-Bold-Trial-1c5b1e2f3f6f4e8.otf');
}


@font-face {
	font-family: 'GTWalsheimProBlack';
	src: url('fonts/GT_WALSHEIM/GTWalsheimProBlack.ttf');
}


html,
body {
	color: #000000;
	font-family: "GTWalsheimProRegular", sans-self;
	font-size: 14px;
	overflow-x: hidden;

}

#main-container {
	min-height: calc(100vh - 362px);
}


h2 {

	font-family: "GTWalsheimProBlack", sans-serif;
font-weight: 800;
font-style: Black;
font-weight: bold;
letter-spacing: -1%;
font-size: 1.6rem;
padding: 3px 10px;
background-color: #FFE200;
width: fit-content;
}
h1{
	font-weight: bold;
	font-family: "GTWalsheimProBlack", sans-serif;
	width: fit-content;
	padding: 3px 10px;
	background-color: #FFE200;
}
h4 {
	font-family: "GTWalsheimProRegular", sans-serif;
}




















