/*
 * TeX Gyre Heros — a libre Helvetica clone (derived from Nimbus Sans), used as the
 * machine-independent fallback for the plot figures behind Helvetica Neue.
 *
 * License: GUST Font License (LPPL 1.3c). See static/fonts/GUST-FONT-LICENSE.txt.
 * Source: CTAN tex-gyre (https://www.ctan.org/pkg/tex-gyre), OpenType -> WOFF2.
 *
 * Declaring these @font-face rules only makes the family AVAILABLE; it does not change
 * any existing text. The figures opt in via the font stack in static/js/confbars.js.
 * To use it site-wide, add 'TeX Gyre Heros' to the relevant CSS font-family.
 */
@font-face {
    font-family: 'TeX Gyre Heros';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/texgyreheros-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'TeX Gyre Heros';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/texgyreheros-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'TeX Gyre Heros';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/texgyreheros-italic.woff2') format('woff2');
}
