:root {
  --body-font-family: "Manrope", sans-serif;
  --heading-font-family: "Playfair Display", serif;
  --font-family-style3: "Playfair Display", serif;
  --h1-font-size: 3.8rem;
  --h1-font-size-mob: 2.5rem;
  --h2-font-size: 3.125rem;
  --h2-font-size-mob: 2.5rem;
  --h3-font-size: 1.875rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1rem;
  --headings-font-weight-h1: 600;
  --headings-font-weight-h2: 600;
  --headings-font-weight-h3: 600;
  --headings-font-weight-h4: 600;
  --headings-font-weight-h5: 600;
  --headings-font-weight-h6: 600;
  --section-title-color: #111111;
  --section-title-font-size: 50px;
  --section-title-line-height: 1.2em;
  --section-title-font-family: var(--body-font-family);
  --section-title-font-weight: var(--headings-font-weight-h2);
  --section-title-subtitle-color: #111111;
  --section-title-subtitle-font-size: 16px;
  --section-title-subtitle-line-height: 1.4;
  --section-title-subtitle-font-family: var(--body-font-family);
  --section-title-subtitle-font-weight: 500;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--body-font-family);
}