.regular {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: 300;
}

.bold {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: 700;
}

.semi-bold {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: 400;
}

.italic {
  font-family: 'Open Sans' !important;
  font-style: italic;
  font-weight: 300;
}

.color-white {
  color: #fff;
}

.color-main-green {
  color: #508485;
}
