@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 75% 100%;
    src: url('Urbanist-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: 'Urbanist';
    font-style: italic;
    font-weight: 100 1000;
    font-stretch: 75% 100%;
    src: url('Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  }