/* Тестовые стили баннера */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
/* Общий шрифт для всего сайта */
body, .static-text, .product-description, .page-content, .text, p, li, h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}
h1, h2, h3 {
  font-weight: 600 !important;
}
section.lights-banner .banner_title-text,
section.lights-banner .banner_title-text[style] {
  font-family: 'Poppins', 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: 1.2 !important;
  display: inline-block !important;

  background: linear-gradient(90deg, #2A2D31 0%, #00B8C9 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
