@font-face {
	font-family: "Atkinson Hyperlegible Next";
	src: url("/fonts/AtkinsonHyperlegibleNext-Regular.woff2") format('woff2');
}
@font-face {
	font-family: "Atkinson Hyperlegible Next";
	src: url("/fonts/AtkinsonHyperlegibleNext-Italic.woff2") format('woff2');
	font-style: italic;
}
@font-face {
	font-family: "Atkinson Hyperlegible Next";
	src: url("/fonts/AtkinsonHyperlegibleNext-Bold.woff2") format('woff2');
	font-weight: bold;
}
@font-face {
	font-family: "Atkinson Hyperlegible Next";
	src: url("/fonts/AtkinsonHyperlegibleNext-BoldItalic.woff2") format('woff2');
	font-weight: bold;
	font-style: italic;
}

body, main, article, blockquote {
	font-family: Atkinson Hyperlegible Next, var(--font-family) !important;
}
