html {
  font-size: clamp(16px, 3.75vw, 24px);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem; }

h5 {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem; }

h4 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem; }

h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem; }

h2 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 1rem; }

h1 {
  font-size: 5rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem; }

small {
  font-size: 0.7rem; }

p {
  margin-top: 0;
  margin-bottom: 2rem;
  max-width: 45rem; }
