@font-face {
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/Roboto-Regular.ttf');
	font-display: auto;
}

@font-face {
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/Roboto-Bold.ttf');
	font-display: auto;
}

@font-face {
	font-family: 'Roboto-Italic';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/Roboto-Italic.ttf');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/Poppins-Regular.ttf');
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-weight: medium;
	font-style: normal;
	src: url('fonts/Poppins-Medium.ttf');
	font-display: auto;
}