@font-face {
	font-family: "lotagrotesque";
	src: url("../Fonts/lotagrotesque-regular.otf");
}
@font-face {
	font-family: "lotagrotesque";
	src: url("../Fonts/lotagrotesque-bold.otf");
	font-weight: bold;
}
@font-face {
	font-family: "lotagrotesque";
	src: url("../Fonts/lotagrotesque-semibold.otf");
	font-weight: 500;
}
@font-face {
	font-family: "lotagrotesque";
	src: url("../Fonts/Poppins-Italic.ttf");
	font-style: italic;
}

/* Bootstrap icons */
@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("../Fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
		url("../Fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}