/*
 * IHH — Self-hosted Google Fonts (Inter + Playfair Display)
 *
 * Self-hosted instead of loading from fonts.googleapis.com /
 * fonts.gstatic.com to remove that origin from the critical request path.
 * These are the same variable-font files Google serves to modern browsers
 * for the "latin" subset — one file per family covers every weight used
 * on the site (Inter 300-700, Playfair Display 600-700), so this is the
 * exact same fonts, just fetched from our own server instead of Google's.
 *
 * Source: https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap
 * Re-fetch that URL and re-download if more weights/styles are ever added.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/inter-variable-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: 'Playfair Display';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/playfair-display-variable-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;
}
