@font-face {
  font-family: BlackRavens;
  src: url("/files/fonts/BlackRavens.otf");
  font-display: swap;
}

@font-face {
  font-family: Bustern;
  src: url("/files/fonts/Bustern.otf");
  font-display: swap;
}

@font-face {
  font-family: CoffeesDemoRegular;
  src: url("/files/fonts/CoffeesDemoRegular.otf");
  font-display: swap;
}

@font-face {
  font-family: Frasell;
  src: url("/files/fonts/Frasell.otf");
  font-display: swap;
}

@font-face {
  font-family: HiJack;
  src: url("/files/fonts/HiJack.otf");
  font-display: swap;
}

@font-face {
  font-family: PoppinsExtraLight;
  src: url("/files/fonts/PoppinsExtraLight.otf");
  font-display: swap;
}

@font-face {
  font-family: PoppinsSemiBold;
  src: url("/files/fonts/PoppinsSemiBold.otf");
  font-display: swap;
}

@font-face {
  font-family: Revuen;
  src: url("/files/fonts/Revuen.otf");
  font-display: swap;
}

@font-face {
  font-family: ShimesOnePersonal;
  src: url("/files/fonts/ShimesOnePersonal.otf");
  font-display: swap;
}

@font-face {
  font-family: ShimesTwoPersonal;
  src: url("/files/fonts/ShimesTwoPersonal.otf");
  font-display: swap;
}

@font-face {
  font-family: VoiceInMyHead;
  src: url("/files/fonts/VoiceInMyHead.otf");
  font-display: swap;
}

.font-BlackRavens {
  font-family: BlackRavens;
}

.font-Bustern {
  font-family: Bustern;
}

.font-CoffeesDemoRegular {
  font-family: CoffeesDemoRegular;
}

.font-Frasell {
  font-family: Frasell;
}

.font-HiJack {
  font-family: 'Outfit', 'Inter', system-ui, sans-serif !important;
  font-weight: 800;
}

.font-PoppinsExtraLight {
  font-family: PoppinsExtraLight;
}

.font-PoppinsSemiBold {
  font-family: PoppinsSemiBold;
}

.font-Revuen {
  font-family: Revuen;
}

.font-ShimesOnePersonal {
  font-family: ShimesOnePersonal;
}

.font-ShimesTwoPersonal {
  font-family: ShimesTwoPersonal;
}

.font-VoiceInMyHead {
  font-family: VoiceInMyHead;
}

.font-Inter {
  font-family: 'Inter', sans-serif;
}

.font-Cinzel {
  font-family: 'Cinzel', serif;
}