:root {
  --body-font-family: "Geist", sans-serif;
  --heading-font-family: "Instrument Sans", sans-serif;
  --headings-color: #131132;
  --section-title-color: var(--headings-color);
  --section-title-font-size: 55px;
  --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: #0b2230;
  --section-title-subtitle-font-size: 14px;
  --section-title-subtitle-line-height: 1.4;
  --section-title-subtitle-font-family: var(--body-font-family);
  --section-title-subtitle-font-weight: 600;
}