/* FONT-FAMILIES */
.font-montserrat{
  font-family: "Montserrat";
}
.font-pfd{
  font-family: "Playfair Display";
}
.font-noto{
  font-family: "Noto Sans";
}
.font-prata{
  font-family: "Prata";
}
.font-rosaline{
  font-family: "Rosaline";
}
.font-pop{
  font-family: "Poppins";
}

/* FONT-SIZES */
.zin-h1{
  font-size: 50px !important;
}
.zin-h1-35{
  font-size: 35px !important;
}
.zin-h2-35{
  font-size: 35px !important;
}
.zin-h2-40{
  font-size: 40px !important;
}
.zin-h2-50{
  font-size: 50px !important;
}

/* FONT-COLORS */
.zin-text-blue{
  color: #2D4176 !important;
}
.zin-text-red{
  color: #8A171B !important;
}
.zin-text-secondary{
  color: #646464 !important;
}
