/* Fenix Typography */




.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}



