 html { font-size: 16px;  }  body { font-size: 1rem;  line-height: 1.75;  } .small-text { font-size: 0.875rem;  line-height: 1.6;  }  h1 { font-size: 3.125rem; line-height: 1.3; }  h2 { font-size: 2rem; line-height: 1.4; }  h3 { font-size: 1.75rem; line-height: 1.5; }  h4 { font-size: 1.5rem; line-height: 1.6; }  h5 { font-size: 1.25rem; line-height: 1.7; }  h6 { font-size: 1rem; line-height: 1.6; }   @media (max-width: 1024px) { h1 { font-size: 3rem; line-height: 1.35; }  h2 { font-size: 1.9rem; line-height: 1.45; }  h3 { font-size: 1.65rem; line-height: 1.55; }  h4 { font-size: 1.4rem; line-height: 1.65; }  h5 { font-size: 1.15rem; line-height: 1.75; }  h6 { font-size: 1rem; line-height: 1.6; }  }  @media (max-width: 768px) { h1 { font-size: 2.1rem; line-height: 1.35; }  h2 { font-size: 1.7rem; line-height: 1.45; }  h3 { font-size: 1.5rem; line-height: 1.55; }  h4 { font-size: 1.3rem; line-height: 1.65; }  h5 { font-size: 1.1rem; line-height: 1.75; }  h6 { font-size: 0.9rem; line-height: 1.6; }  }  @media (max-width: 480px) { h1 { font-size: 1.9rem; line-height: 1.35; }  h2 { font-size: 1.6rem; line-height: 1.45; }  h3 { font-size: 1.4rem; line-height: 1.55; }  h4 { font-size: 1.2rem; line-height: 1.65; }  h5 { font-size: 1rem; line-height: 1.75; }  h6 { font-size: 0.875rem; line-height: 1.6; }  }