/* Brand typefaces, self-hosted. No third-party request, no visitor IP sent anywhere.
   Fraunces and Hanken Grotesk are used under the SIL Open Font License; see
   assets/fonts/OFL-Fraunces.txt and assets/fonts/OFL-HankenGrotesk.txt.

   Two layers per family:
   1. the Latin weights, loaded on every page;
   2. an extended supplement carrying Latin Extended Additional and arrows,
      which the browser fetches only when a page actually contains those
      characters (the blog post with its Yorùbá and Eʋe examples, for instance). */

/* ---------- Fraunces, display and headings ---------- */
@font-face{font-family:"Fraunces";font-style:normal;font-weight:400;font-display:swap;
  src:url("/assets/fonts/fraunces-400.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:500;font-display:swap;
  src:url("/assets/fonts/fraunces-500.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:600;font-display:swap;
  src:url("/assets/fonts/fraunces-600.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:italic;font-weight:400;font-display:swap;
  src:url("/assets/fonts/fraunces-400-italic.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:100 900;font-display:swap;
  src:url("/assets/fonts/fraunces-ext.woff2") format("woff2");
  unicode-range:U+0250-02AF,U+1E00-1EFF,U+2190-21FF}
@font-face{font-family:"Fraunces";font-style:italic;font-weight:100 900;font-display:swap;
  src:url("/assets/fonts/fraunces-ext-italic.woff2") format("woff2");
  unicode-range:U+0250-02AF,U+1E00-1EFF,U+2190-21FF}

/* ---------- Hanken Grotesk, body and interface ---------- */
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:300;font-display:swap;
  src:url("/assets/fonts/hanken-300.woff2") format("woff2")}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:400;font-display:swap;
  src:url("/assets/fonts/hanken-400.woff2") format("woff2")}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:500;font-display:swap;
  src:url("/assets/fonts/hanken-500.woff2") format("woff2")}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:600;font-display:swap;
  src:url("/assets/fonts/hanken-600.woff2") format("woff2")}
@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:100 900;font-display:swap;
  src:url("/assets/fonts/hanken-ext.woff2") format("woff2");
  unicode-range:U+0250-02AF,U+1E00-1EFF,U+2190-21FF}
@font-face{font-family:"Hanken Grotesk";font-style:italic;font-weight:100 900;font-display:swap;
  src:url("/assets/fonts/hanken-ext-italic.woff2") format("woff2");
  unicode-range:U+0250-02AF,U+1E00-1EFF,U+2190-21FF}
