@font-face {
  font-family: "Chapaza";
  src: url("../fonts/chapaza.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Chapaza";
  src: url("../fonts/chapaza italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Chapaza", sans-serif;
  color: #0a0b09;
}
h1 {
  font-size: 48px;
  line-height: 117%;
}
p,
a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  font-size: 24px;
  line-height: 167%;
  color: #2e2e2e;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  p,
  a {
    font-size: 18px;
  }
}
