@font-face {
  font-family: "Bell";
  src: url("../../assets/fonts/BELL.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palatino Linotype";
  src: url("../../assets/fonts/PALA.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../../assets/fonts/CAIRO-SEMIBOLD.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../../assets/fonts/CAIRO-LIGHT.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Palatino Linotype", sans-serif;
}
h2, h3, h4, h5, h6 {
  font-family: "Bell", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.font-cairo {
    font-family: "Cairo", sans-serif;
}