/* Roboto Mono — variable + italic variable.
   Source: https://github.com/googlefonts/robotomono
   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 Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Roboto-Mono-Variable.woff2') format('woff2-variations'),
       url('./Roboto-Mono-Variable.woff2') format('woff2');
}

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