@font-face {
  font-family: 'Urbanist-Regular';
  src:  url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist-Medium';
  src:  url('../fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist-SemiBold';
  src:  url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist-Bold';
  src:  url('../fonts/Urbanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}