:root {
  --body-font-family: "Manrope", sans-serif;
  --heading-font-family: "GT Walsheim Pro", sans-serif;
  --h1-font-size: 3.8rem;
  --h1-font-size-mob: 2.5rem;
  --h2-font-size: 3rem;
  --h2-font-size-mob: 2.5rem;
  --h3-font-size: 1.95rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1rem;
  --headings-font-weight-h1: 500;
  --headings-font-weight-h2: 500;
  --headings-font-weight-h3: 500;
  --headings-font-weight-h4: 500;
  --headings-font-weight-h5: 500;
  --headings-font-weight-h6: 500;
  --section-title-color: var(--headings-color);
  --section-title-font-size: 50px;
  --section-title-line-height: 1.2em;
  --section-title-font-family: var(--heading-font-family);
  --section-title-font-weight: var(--headings-font-weight-h2);
  --section-title-subtitle-color: #6d6c74;
  --section-title-subtitle-font-size: 13px;
  --section-title-subtitle-line-height: 1.4;
  --section-title-subtitle-font-family: var(--heading-font-family);
  --section-title-subtitle-font-weight: 700;
}