@font-face {
  font-family: "Orpheus Pro";
  src: url("/fonts/orpheus-pro/OrpheusPro-Regular.woff") format("woff"),
       url("/fonts/orpheus-pro/OrpheusPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Europa";
  src: url("/fonts/europa/EuropaLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Europa";
  src: url("/fonts/europa/EuropaBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("/fonts/europa/EuropaBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
