/* Self-hosted, on purpose.
 *
 * The tablets are guests on St. Lucas Wi-Fi: the network can vanish, sit behind
 * a captive portal, or come back an hour later. Nothing on the kiosk face may
 * depend on reaching a CDN, so both faces ship in the precache.
 *
 * Both files are VARIABLE fonts covering their whole weight range from a single
 * file — hence one @font-face per family with a weight *range*, not one per
 * weight. Declaring 400 and 600 separately against the same file would make the
 * browser synthesise a fake bold.
 *
 * font-display: block — a cold kiosk boot must never flash the time in a
 * fallback face and then reflow. Better a beat of nothing than a jump.
 */

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url('/fonts/ebgaramond.woff2') format('woff2-variations'),
       url('/fonts/ebgaramond.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: block;
  src: url('/fonts/sourcesans.woff2') format('woff2-variations'),
       url('/fonts/sourcesans.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
