/* Define the Atkinson Hyperlegible Mono font */

@font-face {
	font-family: 'Atkinson Hyperlegible Mono';
	src: url('AtkinsonHyperlegibleMono-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
    size-adjust: 90%;
}

@font-face {
	font-family: 'Atkinson Hyperlegible Mono';
	src: url('AtkinsonHyperlegibleMono-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
    size-adjust: 90%;
}
