/*
 * Temperfield Group self-hosted font faces.
 *
 * Phase M.4 subsets the approved files to the English/Latin character set and
 * the weights used by Version 1. System fallbacks cover unsupported scripts.
 * Source Serif 4 retains its optical-size axis at weight 400; Source Sans 3
 * retains its variable weight axis from 400 through 600.
 */

@font-face {
  font-family: "Source Serif 4";
  src: url("../assets/fonts/source-serif-4-variable-roman.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400;
  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+2190-21ff, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../assets/fonts/source-sans-3-variable-upright.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400 600;
  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+2190-21ff, U+2212, U+2215, U+feff, U+fffd;
}
