@font-face {
	font-family: "roboto-regular";
	src: url("./fonts/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "roboto-medium";
	src: url("./fonts/Roboto-Medium.ttf");
	font-weight: regular;
	font-style: normal;
}

@font-face {
	font-family: "roboto-bold";
	src: url("./fonts/Roboto-Bold.ttf");
	font-weight: regular;
	font-style: normal;
}

.roboto-bold {
	font-family: 'roboto-bold';
}

.roboto-regular {
	font-family: 'roboto-regular';
}

.roboto-medium {
	font-family: 'roboto-medium';
}