/* ----------- Fonts Styles ------------ */

/* URBANIST FONT */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
}

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

/* MANROPE FONT */
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
}

/* ----------- / Fonts Styles End ------------ */
