/* ==========================================================================
   Fonts — self-hosted WOFF2
   08 §9.2: self-host where the licence allows. Both families are SIL Open
   Font License 1.1, so redistribution inside this repository is permitted.
   Latin subset only: it covers every character Spanish needs, including
   accents, ñ, ü and the inverted ¿ ¡.
   ========================================================================== */

/* Fraunces — display. Closed in 03 §6.3. Variable, weights 400-700.
   Fraunces also carries opsz, SOFT and WONK axes; only wght is varied here,
   the rest stay at their defaults so headings keep a consistent voice. */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-var.woff2") format("woff2-variations"),
       url("../fonts/fraunces-latin-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  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;
}

/* DM Sans — body and interface. Operational in 03 §6.2.
   Weights in use: 400 body, 500 navigation and labels, 600 buttons.
   700-900 are deliberately out of range. */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-latin-var.woff2") format("woff2-variations"),
       url("../fonts/dm-sans-latin-var.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  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;
}
