@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("./Urbanist-Thin.ttf");
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('./Urbanist-ThinItalic.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('./Urbanist-ExtraLight.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url('./Urbanist-ExtraLightItalic.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./Urbanist-Light.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('./Urbanist-LightItalic.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Urbanist-Medium.ttf');
  }
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./Urbanist-MediumItalic.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Urbanist-Regular.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./Urbanist-Italic.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./Urbanist-SemiBold.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('./Urbanist-SemiBoldItalic.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./Urbanist-Bold.ttf');
  }
  @font-face {
   font-family: 'Urbanist';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('./Urbanist-BoldItalic.ttf');
  }
  