:root {
  --body-font-family: "Manrope", sans-serif;
  --heading-font-family: "CreatoDisplay", sans-serif;
  --font-family-style3: "ClashDisplay", sans-serif;
  --section-title-color: #ffffff;
  --section-title-font-size: 60px;
  --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: #ffffff;
  --section-title-subtitle-font-size: 15px;
  --section-title-subtitle-line-height: 1.4;
  --section-title-subtitle-font-family: var(--heading-font-family);
  --section-title-subtitle-font-weight: 400;
}