/* Open Sans — self-hosted variable font (no internet required) */

/* Normal (weight 300–800) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: block;
  src: url('/fonts/open-sans-normal.woff2') format('woff2');
}

/* Italic (weight 300–800) */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: block;
  src: url('/fonts/open-sans-italic.woff2') format('woff2');
}
