/*
 * Self-hosted marketing fonts. Replaces the render-blocking Google Fonts
 * stylesheet on the marketing layouts (content.html.erb, focus.html.erb) so
 * first paint no longer waits on a third-party round trip.
 *
 * Latin subset only (U+0000-00FF covers English and Spanish accents). Files
 * are the exact woff2 Google serves; regenerate via the same fetch if a family
 * or weight changes. Atkinson Hyperlegible is static (400 + 700); Fraunces is
 * a variable font, one file spanning weights 400-600.
 *
 * Propshaft rewrites the bare url() references below to fingerprinted paths.
 */

@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/atkinson-hyperlegible-latin-400-normal-6ec68adf.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: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/atkinson-hyperlegible-latin-700-normal-00cbe79e.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: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fraunces-latin-variable-normal-397b623a.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;
}
