:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Inter", sans-serif;
  --theme-color: #2d308e;
  --theme-color2: #f89117;
  --theme-bg-light: #f6f9fc;
  --theme-bg-light2: #f1f6fa;
  --theme-bg-light3: #c6ebfe;
  --theme-bg-light4: #fdfbef;
  /* --body-text-color: #757F95; */
  --body-text-color: #676767;
  --color-white: #ffffff;
  --color-dark: #081828;
  --color-dark2: #272727;
  --color-green: #11b76b;
  --color-blue: #0049d0;
  --color-skyblue: #00bfff;
  --color-yellow: #fba707;
  --color-gray: #ececec;
  --color-red: #f05454;
  --new-green: #28a745;
  --new-green2: #00e676;
  --new-green3: #4cd964;
  --new-green4: #1f8e3e;
  --new-bg-green: #f4fdf6;
  /* Новые переменные для синей схемы */
  --primary-blue: #2d308e;
  --primary-blue-dark: #1f2260;
  --primary-blue-light: #3d41a8;
  --secondary-blue: #2c3e8c;
  --accent-orange: #ff9800;
  --bg-light-blue: #f4f7ff;
  --muted: #f9f9f9;
  --hero-overlay-color: #01060f;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #081828;
  --footer-text-color: #f5faff;
}
