@font-face {
	font-family: "Buenos Aires";
	src: url("./BuenosAiresVariableUpright.woff2") format("woff2"),
			 url("./BuenosAiresVariableUpright.woff") format("woff");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("./BuenosAiresVariableItalic.woff2") format("woff2"),
			 url("./BuenosAiresVariableItalic.woff") format("woff");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--font-main: "Buenos Aires", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	font-family: var(--font-main);
}
