@font-face {
	font-family: "Roboto";
	src: local('Roboto'), url(./font/Roboto-Light.ttf) format("truetype");
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: local('Montserrat'), url(./fonts/Montserrat-Bold.ttf) format("truetype");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "Monotype corsiva";
	src: local('Monotype corsiva'), url(./fonts/monotypecorsiva.ttf) format("truetype");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: local('Montserrat'), url(./fonts/Montserrat-BoldItalic.ttf ) format("truetype");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: local('Montserrat'), url(./fonts/Montserrat-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap;
}
/*@font-face {
	font-family: "RobotoSlab";
	src: local('RobotoSlab'), url(../fonts/robotoslab/RobotoSlab-Black.ttf) format("truetype");
	font-weight: 900;
	font-display: swap;
}*/