h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

/*
h1 {
  font-size: clamp(25px, 5vw, 60px);
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: clamp(18px, 3vw, 36px);
  font-weight: 400;
  color: var(--text-color-1);
  text-transform: uppercase;
}
*/



