body {
  font-family: 'Poppins', sans-serif !important;
}

.font-sans {
  font-family: 'Poppins', sans-serif !important;
}

.text-primary-blue {
  color: #185FFF;
}

.text-secondary-lime {
  color: #B9FF01;
}

.bg-primary-blue {
  background-color: #185FFF;
}

.bg-secondary-lime {
  background-color: #B9FF01;
}

.bg-grey {
  background-color: #E7E8EA;
}

html {
  scroll-behavior: smooth;
}
