@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public sans';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 75% 100%;
  src: url('PublicSans-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public sans';
  font-style: italic;
  font-weight: 100 1000;
  font-stretch: 75% 100%;
  src: url('PublicSans-Italic-VariableFont_wght.ttf') format('truetype');
}