@font-face {
  font-family: "Almarena Display";
  src: url("../fonts/Almarena/AlmarenaDisplayBold.otf") format("opentype"),
       url("../fonts/Almarena/AlmarenaDisplayBold.woff2") format("woff2"),
       url("../fonts/Almarena/AlmarenaDisplayBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gogh Regular */
@font-face {
  font-family: "Gogh";
  src: url("../fonts/Gogh/Gogh-Regular.woff2") format("woff2"),
       url("../fonts/Gogh/Gogh-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gogh Medium */
@font-face {
  font-family: "Gogh";
  src: url("../fonts/Gogh/Gogh-Medium.woff2") format("woff2"),
       url("../fonts/Gogh/Gogh-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gogh Bold */
@font-face {
  font-family: "Gogh";
  src: url("../fonts/Gogh/Gogh-Bold.woff2") format("woff2"),
       url("../fonts/Gogh/Gogh-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}