@font-face {
    font-family: 'Optima'; /* Define the font family name */
    src: url('fonts/OPTIMA.TTF') format('truetype'); /* Specify the path to your font file */
    /* Optionally, you can define additional font properties like font-weight and font-style here */
  }

  @font-face {
    font-family: "HelveticaLight";
    src: url('fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  }

.optima {
  font-family: 'Optima'; /* Use the defined font family */
  color: #bb00bb !important;
}

.helvetica-light {
  font-family: 'HelveticaLight';
}