/************************
 Fonts
************************/
@font-face {
  font-family: 'Poppins', sans-serif;
url('../fonts/Poppins-Regular.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins SemiBold', sans-serif;
url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Bold', sans-serif;
url('../fonts/Montserrat-Regular.ttf') format('truetype'),
font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
url('../fonts/Montserrat-Regular.ttf') format('truetype'),
font-weight: 500;
  font-style: normal;
}
