/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
.text-shadow-glow {
  text-shadow: 0 0 10px rgba(26, 39, 187, 0.8), 0 0 20px rgba(26, 39, 187, 0.6), 0 0 30px rgba(26, 39, 187, 0.4);
}
.text-shadow-glow-white {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.2);
}
.glow {
  text-shadow: 0 0 8px rgba(0, 172, 255, 0.8), 0 0 15px rgba(0, 172, 255, 0.6);
}
.hover\:text-shadow-glow-white:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.2);
}