/*
 * News Cycle, weights 400 and 700 -- self-hosted replacement for the
 *
 *     <link href='http://fonts.googleapis.com/css?family=News+Cycle:400,700'>
 *
 * that europe.html originally carried.
 *
 * Why self-hosted rather than re-pointed at https://fonts.googleapis.com:
 *
 *   - An archival copy should not depend on a live third-party service that can
 *     change or withdraw its API. That dependency is what broke the page's other
 *     external references in the first place.
 *   - Hotlinking Google Fonts has been held to breach the GDPR in EU rulings, which
 *     matters for a Swiss university page.
 *   - News Cycle is under the SIL Open Font Licence 1.1, so redistribution is
 *     explicitly permitted. The licence ships beside these files in OFL.txt.
 *
 * Only the latin and latin-ext subsets are shipped. The page is lang="fr-FR" and its
 * data is European bank and country names, so the Cyrillic, Greek and Vietnamese
 * subsets Google serves would be dead weight.
 *
 * Font files retrieved from Google Fonts (fonts.gstatic.com), News Cycle v26.
 */

/* latin-ext */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('news-cycle-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('news-cycle-400-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;
}

/* latin-ext */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('news-cycle-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('news-cycle-700-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;
}
