:root {
    --h1-margin-bottom: 1.6rem;
    --h1-font-size: 2.6rem;
    --h1-line-height: 3rem;
    --h1-letter-spacing: 0.1em;
    --h1-font-weight: 700;
    --h1-color: #132943;

    --h2-margin-bottom: 1.6rem;
    --h2-font-size: 2.2rem;
    --h2-line-height: 3.1rem;
    --h2-letter-spacing: 0.02em;
    --h2-font-weight: 400;
    --h2-color: #132943;

    --h3-margin-bottom: 1.6rem;
    --h3-font-size: 2.2rem;
    --h3-line-height: 3.1rem;
    --h3-letter-spacing: 0.02em;
    --h3-font-weight: 400;
    --h3-color: #132943;

    --h4-margin-bottom: 0.6rem;
    --h4-font-size: 2rem;
    --h4-line-height: 2.6rem;
    --h4-letter-spacing: 0.02em;
    --h4-font-weight: 400;
    --h4-color: #132943;
  }