@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

h1 {
  margin: 0;
  font-size: 32px;
  color: #151419;
  font-weight: 700;
}
h2 {
  margin: 0;
  font-size: 24px;
  color: #151419;
}
h3 {
  margin: 0;
  font-size: 19px;
  color: #151419;
}
h4 {
  margin: 0;
  font-size: 16px;
  color: #151419;
}

h5 {
  margin: 0;
  font-size: 13px;
  color: #151419;
}
h6 {
  margin: 0;
  font-size: 11px;
  color: #151419;
}


@media (max-width: 600px) {
    h1 {
        font-size: 28px;
      }
    }
@media (max-width: 400px) {
        h1 {
            font-size: 25px;
          }
        }






.basic {
  color: #151419;
  font-size: 15px;
  margin: 0;
}