
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
  h2,
  .h2 {
    font-size: 2.875rem;
  }
  h3,
  .h3 {
    font-size: 2.125rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}
