@font-face {
  font-family: AcuminPro;
  src: url("./fonts/Acumin_Pro_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AcuminPro;
  src: url("./fonts/Acumin_Pro_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AcuminPro;
  src: url("./fonts/Acumin_Pro_Medium.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AcuminPro;
  src: url("./fonts/Acumin_Pro_Medium_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AcuminProCondensed;
  src: url("./fonts/Acumin_Pro_Condensed_Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BookmanPressSans;
  src: url("./fonts/Bookman-Press-Sans.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
