/* Roboto Serif — variable + italic variable.
   Source: https://github.com/googlefonts/roboto-serif
   License: SIL Open Font License (OFL) — see OFL.txt in this folder.
   Self-hosted; do NOT load from a third-party CDN. */

@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Roboto-Serif-Variable.woff2') format('woff2-variations'),
       url('./Roboto-Serif-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Roboto-Serif-Italic-Variable.woff2') format('woff2-variations'),
       url('./Roboto-Serif-Italic-Variable.woff2') format('woff2');
}
