@font-face {
    font-family: AHN-Regular;
    src: url(/assets/fonts/AtkinsonHyperlegibleNext-Regular.woff2);
}

@font-face {
    font-family: AHN-SemiBold;
    src: url(/assets/fonts/AtkinsonHyperlegibleNext-SemiBold.woff2);
}

body {
    font-family: AHN-Regular;
}

body header {
	text-align: center;
}

h1 {
    font-family: AHN-Semibold;
}

code {
	text-align: left;
}
