@font-face {
	font-family: "Circular";
	src: url("./fonts/lineto-circular-pro-book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular";
	src: url("./fonts/lineto-circular-pro-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular";
	src: url("./fonts/lineto-circular-pro-black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 1rem;
}
