/* Add here all your css styles (customizations) */

* {
   font-family: "Poppins", sans-serif !important;
}

.force-break-with-hyphen {
  word-break: break-all;
  hyphens: auto;
  /* Vendor prefixes are recommended for wider compatibility */
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  
}
