
@font-face {
  font-family: "Omnes";
  src: url('./fonts/Omnes-Light.otf') format('opentype');
}

@font-face {
  font-family: "Omnes";
  font-weight: 700;
  src: url('./fonts/Omnes-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: "Omnes";
  font-weight: 400;
  src: url('./fonts/Omnes-Regular.otf') format('opentype');
}

@font-face {
  font-family: "OmnesItalic";
  src: url('./fonts/Omnes-Italic.otf') format('opentype');
}

@font-face {
  font-family: "OmnesLight";
  src: url('./fonts/Omnes-Light.otf') format('opentype');
}

@font-face {
  font-family: "OmnesLightItalic";
  src: url('./fonts/Omnes-LightItalic.otf') format('opentype');
}

@font-face {
  font-family: "OmnesMedium";
  src: url('./fonts/Omnes-Medium.otf') format('opentype');
}

@font-face {
  font-family: "OmnesMediumItalic";
  src: url('./fonts/Omnes-MediumItalic.otf') format('opentype');
}

@font-face {
  font-family: "OmnesRegular";
  src: url('./fonts/Omnes-Regular.otf') format('opentype');
}

@font-face {
  font-family: "OmnesSemiBold";
  src: url('./fonts/Omnes-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: "OmnesSemiBoldItalic";
  src: url('./fonts/Omnes-SemiBoldItalic.otf') format('opentype');
}