/* Atkinson Hyperlegible font files from https://github.com/googlefonts/atkinson-hyperlegible */
@font-face {  font-family: 'Atkinson Hyperlegible';  font-style: normal;  font-weight: 400;  font-display: swap;  src: url('/static/fonts/AtkinsonHyperlegible-Regular.woff2')    format('woff2');  }
@font-face {  font-family: 'Atkinson Hyperlegible';  font-style: normal;  font-weight: 700;  font-display: swap;  src: url('/static/fonts/AtkinsonHyperlegible-Bold.woff2')       format('woff2');  }
@font-face {  font-family: 'Atkinson Hyperlegible';  font-style: italic;  font-weight: 400;  font-display: swap;  src: url('/static/fonts/AtkinsonHyperlegible-Italic.woff2')     format('woff2');  }
@font-face {  font-family: 'Atkinson Hyperlegible';  font-style: italic;  font-weight: 700;  font-display: swap;  src: url('/static/fonts/AtkinsonHyperlegible-BoldItalic.woff2') format('woff2');  }
