@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/CairoMedium.ttf");
  font-family: "Cairo";
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/CairoRegular.ttf");
  font-family: "Cairo";
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/CairoBold.ttf");
  font-family: "Cairo";
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/CairoExtraBold.ttf");
  font-family: "Cairo";
  font-weight: 800;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/CairoSemiBold.ttf");
  font-family: "Cairo";
  font-weight: 600;
}
