html {
	position:relative;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	box-sizing:border-box;
	font-size:14px;
}

body {
	font-family: 'Outfit', Helvetica, Arial, sans-serif;
	font-size:1rem;
	line-height:1.5;
	font-weight:400;
	background:black;
	padding:0!important;
	margin:0;
	color:white;
	overflow-x:hidden;
	overflow-y:hidden;
	min-height:100%;
	box-sizing:border-box;
	text-align:left;
	-webkit-font-smoothing:antialiased;
}

/* NORMAL TEXT */
@font-face {
	font-family:"Outfit";
	src:url(../fonts/theme/Outfit-Regular.ttf) format("truetype");
	font-weight:400;
}
@font-face {
	font-family:"Outfit";
	src:url(../fonts/theme/Outfit-Bold.ttf) format("truetype");
	font-weight:600;
}






*,:before,:after {
	box-sizing:border-box;
}

:root {
  --beige: #dbc5b5;
  --red: #DE003A;
}

.bgcover { background-color: transparent; background-size: cover; background-repeat: no-repeat; background-position: center center; }
ul.reset { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none !important; }

.fw600 { font-weight: 600 !important; }

.text-danger { color: var(--red) !important; }
