/* typography.css */
.bebas-font {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
}

.glow {
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff0000;
}

.text-gradient {
  background: linear-gradient(90deg, #ff0000, #ff7300, #ff0000);
  -webkit-background-clip: text;
  background-clip: text; /* Добавлено стандартное свойство */
  -webkit-text-fill-color: transparent;
}

.promo-banner .recommended {
  color: #ffd700 !important;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.8), 0 0 10px rgba(255, 215, 0, 0.5) !important;
}
