/* Regular & Bold (100–900) */
@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Italic (100–900) */
@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/static/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/static/Urbanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/static/Urbanist-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist/static/Urbanist-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}