@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700&display=swap');
.roboto-normal {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@font-face {
	font-display: block;
	font-family: "Ubuntu Titling";
	src: url("../fonts/Ubuntu-Titling-Bold.woff2") format("woff2"),
		 url("../fonts/Ubuntu-Titling-Bold.woff") format("woff");
}
@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
		 url("../fonts/bootstrap-icons.woff") format("woff");
}
