@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
  /* =========================
     BODY
     ========================= */
  --body-font: "Montserrat";
  --body-font-size: 16px;
  --body-font-color: #59585D;
  --body-font-color-bg-dark: rgba(255, 255, 255, .65);
  --body-font-weight: 400;


  /* =========================
     HEADINGS
     ========================= */
  --heading-font: "Montserrat";
  --heading-font-weight: 700;
  --heading-font-color: #1C1C1D;
  --heading-font-color-bg-dark: #ffffff;
  --heading-text-transform: none;


  /* H1 — главный крупный заголовок */
  --h1-font-size: 60px;
  --h1-font-weight: 700;
  --h1-letter-spacing: -0.045em;
  --h1-line-height: 1.02em;
  --h1-margin-bottom: 20px;


  /* H2 — заголовки секций */
  --h2-font: var(--heading-font);
  --h2-font-size: 48px;
  --h2-font-weight: 700;
  --h2-letter-spacing: -0.04em;
  --h2-line-height: 1.08em;
  --h2-margin-bottom: 25px;


  /* H3 — названия зон / карточек */
  --h3-font-size: 26px;
  --h3-font-weight: 600;
  --h3-letter-spacing: -0.025em;
  --h3-line-height: 1.25em;
  --h3-margin-bottom: 10px;


  /* H4 */
  --h4-font-size: 20px;
  --h4-font-weight: 600;
  --h4-letter-spacing: -0.015em;
  --h4-line-height: 1.35em;
  --h4-margin-bottom: 10px;


  /* H5 */
  --h5-font-size: 18px;
  --h5-font-weight: 500;
  --h5-letter-spacing: -0.01em;
  --h5-line-height: 1.4em;
  --h5-margin-bottom: 10px;


  /* H6 */
  --h6-font-size: 16px;
  --h6-font-weight: 500;
  --h6-letter-spacing: 0;
  --h6-line-height: 1.4em;
  --h6-margin-bottom: 10px;


  /* =========================
     MAIN MENU
     ========================= */
  --mainmenu-font: "Montserrat";
  --mainmenu-font-size: 16px;
  --mainmenu-font-weight: 500;
  --mainmenu-letter-spacing: -0.015em;
  --mainmenu-text-transform: none;


  /* =========================
     BUTTONS
     ========================= */
  --btn-font-family: "Montserrat";
  --btn-font-size: 15px;
  --btn-font-weight: 600;
  --btn-letter-spacing: -0.01em;
}
/* HERO */
.fs-120 {
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.95;
}