@font-face {
  font-family: 'Work Sans';
  src: url('./WorkSans.woff2') format('woff2');
  font-weight: 100 900; /* variable font weight range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('./WorkSans-Italic.woff2') format('woff2');
  font-weight: 100 900; /* variable font weight range */
  font-style: italic;
  font-display: swap;
}
