/*
 * Noto Serif — self-hosted variable font faces
 *
 * Axes supplied by these fonts:
 *   font-weight:  100–900
 *   font-stretch: 62.5%–100%
 *
 * Font files are located in ../fonts/ relative to this stylesheet.
 * This is the recommended compact setup.
 * Load this file OR NotoSerif.css, not both.
 */

@font-face {
    font-family: 'Noto Serif';
    src: url('../../fonts/NotoSerif-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-stretch: 62.5% 100%;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../../fonts/NotoSerif-Italic-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-stretch: 62.5% 100%;
    font-display: swap;
}
