@import "https://fonts.googleapis.com/css?family=Inter:600,700,800,900|DM+Sans:400,500,600";
@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";
:root {
  --font-current-theme1: "DM Sans", sans-serif;
  --font-current-theme2: "Barlow", sans-serif;
  --body-font-family: var(--font-current-theme1);
  --heading-font-family: var(--font-current-theme2);
  --body-font-size: 1.125rem;
  --body-font-weight: 400;
  --body-font-bold: 500;
  --text-color: #263238;
  --link-color: #352f27;
  --link-hover-color: #3d2c74;
  --headings-color: #092a49;
  --h1-font-size: 3.5rem;
  --h1-font-size-mob: 2.5rem;
  --h2-font-size: 2.75rem;
  --h2-font-size-mob: 2.5rem;
  --h3-font-size: 2rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1rem;
  --headings-font-weight-h1: 800;
  --headings-font-weight-h2: 800;
  --headings-font-weight-h3: 800;
  --headings-font-weight-h4: 700;
  --headings-font-weight-h5: 700;
  --headings-font-weight-h6: 700;
  --section-title-color: var(--headings-color);
  --section-title-font-size: var(--h2-font-size);
  --section-title-font-family: var(--heading-font-family);
  --section-title-font-weight: var(--headings-font-weight-h2);
  --section-title-subtitle-color: #66788a;
  --section-title-subtitle-font-size: var(--h6-font-size);
  --section-title-subtitle-font-family: var(--body-font-family);
  --section-title-subtitle-font-weight: 500;
}
