/*
 * Raleway — self-hosted.
 *
 * Every heading, nav item and button on this site is Raleway. On the OLD site
 * it arrived from fonts.googleapis.com, and not even from the theme: the
 * Kadence Slider plugin enqueued it. Deactivating that plugin as part of the
 * rebuild silently dropped the font on every page, with no error anywhere —
 * headings just quietly became Helvetica. The theme owns it now.
 *
 * One file, the latin subset of the variable font, covering the whole 400–800
 * range we use (400 headings, 700 nav, 800 hero titles). That is one request
 * instead of the two Google Fonts links the live site makes, no third-party
 * connection, and no IP handed to Google on every page view.
 *
 * font-display: swap — text paints immediately in the fallback and reflows when
 * the font lands, rather than sitting invisible.
 */

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/raleway-latin-var.woff2") format("woff2-variations"),
       url("fonts/raleway-latin-var.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;
}
