@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
  background: #0a0a0a !important;
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4); /* белое свечение увеличено */
  font-weight: 700 !important; /* жирный шрифт */
}

h1, h2, h3, h4, h5, h6, p, a, span, div, li, button {
  font-family: 'Poppins', sans-serif !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4); /* белое свечение увеличено */
  font-weight: 700 !important; /* жирный шрифт */
}