 
:root {
  --tsg-color-primary: #14854F;
  --tsg-color-lightGrey: #d2d6dd;
  --tsg-color-grey: #747681;
  --tsg-color-darkGrey: #3f4144;
  --tsg-color-error: #d43939;
  --tsg-color-success: #28bd14;
  --tsg-grid-maxWidth: 120rem;
  --tsg-grid-gutter: 2rem;
  --tsg-font-size: 1.6rem;
  --tsg-h1-font-size: clamp(3.2rem, calc(3.2rem + ((1vw - 0.38rem) * 2.8)), 5.5rem);
  --tsg-h1-line-height: 1.3em;
  --tsg-h2-font-size: clamp(2.8rem,calc(2.88rem + ((1vw - 0.32rem) * 2.8)),4rem);
  --tsg-h2-line-height: 1.3em;
  --tsg-h3-font-size: clamp(1.6rem,calc(1.6rem + ((1vw - 0.32rem) * 4.3299)),3rem);
  --tsg-h3-line-height: 1.3em;
  --tsg-h4-font-size: clamp(1.4rem,calc(1.4rem + ((1vw - 0.32rem) * 2.6804)),3rem);
  --tsg-h4-line-height: 1.3em;
  --tsg-h5-font-size: clamp(1.4rem,calc(1.4rem + ((1vw - 0.32rem) * 2.6804)),3rem);
  --tsg-h5-line-height: 1.3em;
  --tsg-h6-font-size: clamp(1.4rem,calc(1.4rem + ((1vw - 0.32rem) * 2.6804)),3rem);
  --tsg-h6-line-height: 1.3em;
  --tsg-p-font-size: clamp(1.6rem,calc(1.6rem + ((1vw - 0.32rem) * 0.4124)),2.2rem);
  --tsg-p-line-height: 1.3em;

}