@font-face {
  font-family: "AxiaLight";
  src: url("/assets/fonts/AxiaLight.otf");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiaRegular";
  src: url("/assets/fonts/AxiaRegular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiaBold";
  src: url("/assets/fonts/AxiaBold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EinaLight";
  src: url("/assets/fonts/EinaLight.ttf");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EinaRegular";
  src: url("/assets/fonts/EinaRegular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EinaSemiBold";
  src: url("/assets/fonts/EinaSemiBold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EinaBold";
  src: url("/assets/fonts/EinaBold.ttf");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
