/* Nexa: brand font, used for the site branding wordmark. */
@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Nexa/nexa-light.woff2) format("woff2");
}

@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Nexa/nexa-bold.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  /* Seul bloc qui en manquait : la police est préchargée, donc c'est
     précisément celle dont le texte reste invisible sans `swap`. */
  font-display: swap;
  src: url(../fonts/Roboto/roboto-var-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Roboto/roboto-italic-var-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source Serif 4: reading face for blog articles.
 *
 * Adobe, SIL Open Font License 1.1 — licence in fonts/SourceSerif4/OFL.md.
 * Variable 300–700, latin subset, roman + italic (articles use <em>).
 *
 * Declared globally like the others, but only downloaded where it is actually
 * rendered: a @font-face costs nothing until a glyph needs it. Pages outside
 * the blog therefore do not pay for these ~100 KB.
 */
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/SourceSerif4/source-serif-4-var-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/SourceSerif4/source-serif-4-italic-var-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
