@layer base {
  h1 {
      font-size: 2.986rem !important; 
      line-height: 4.778rem !important;
  }

  h2 {
      font-size: 2.488rem !important;
      line-height: 3.981rem !important;
  }

  h3 {
      font-size: 2.074rem !important;
      line-height: 3.318rem !important;
  }

  h4 {
      font-size: 1.728rem !important;
      line-height: 2.765rem !important;
  }

  h5 {
      font-size: 1.44rem !important;
      line-height: 2.304rem !important;
  }

  h6 {
      font-size: 1.2rem !important;
      line-height: 1.92rem !important;
  }

  p {
      font-size: 1rem !important;
      line-height: 1.6rem !important;
  }
  .small-body {
    font-size: 0.833rem !important; 
    line-height: 1.4rem !important;
    }
}

