/* Self-hosted fonts — Dr Anna Haoula.
   Download WOFF2 (latin subset) from https://gwfh.mranftl.com (google-webfonts-helper)
   or fonts.google.com, rename to the filenames below, and drop them in THIS folder.
   All three families are SIL OFL — free to self-host, no licence fee.
   Files required:
     newsreader-400.woff2          (Newsreader Regular)
     newsreader-400italic.woff2    (Newsreader Italic)
     hanken-grotesk-300.woff2
     hanken-grotesk-400.woff2
     hanken-grotesk-500.woff2
     dm-mono-400.woff2
     dm-mono-500.woff2
*/
@font-face{font-family:'Newsreader';src:url('newsreader-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Newsreader';src:url('newsreader-400italic.woff2') format('woff2');
  font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Hanken Grotesk';src:url('hanken-grotesk-300.woff2') format('woff2');
  font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Hanken Grotesk';src:url('hanken-grotesk-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Hanken Grotesk';src:url('hanken-grotesk-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'DM Mono';src:url('dm-mono-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Mono';src:url('dm-mono-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap}
