@font-face {
  font-family: poppin;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: poppinSemiBold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: poppinBold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: poppinMedium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

body {
  font-family: poppin;
}

p {
  margin-bottom: 0;
}

.text-14 {
  font-size: 14px;
}

.active {
  color: #0031b2 !important;
}
