@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Thin-100.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Light-300.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Regular-400.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Medium-500.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Bold-700.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/roboto/Roboto-Black-900.ttf) format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

