@font-face {
	font-family: 'Roboto-Regular';
	src: 	url('../assets/fonts/Roboto-Regular.ttf') format('truetype'),
				url('../assets/fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: 	url('../assets/fonts/Roboto-Bold.ttf') format('truetype'),
				url('../assets/fonts/Roboto-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html{
	font-size: 100%;
	font-size: 12px;	
	font-family: serif, "Roboto-Regular", "Hoefler Text", "Liberation Serif", Times, "Times New Roman";
	font-display: swap;
}

body {
	background: #221f1f;
	color: #ffffff;
	font-family: serif, "Roboto-Regular", "Hoefler Text", "Liberation Serif", Times, "Times New Roman";
	font-display: swap;
	width: 100%;
	height: 100%;
	line-height: 1;
	box-sizing: border-box;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
	max-width: 100% !important;
}

.RobotoRegularFont {
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size: 1.4vw;
	color: #000000;
}