/* Custom Styles and Glow Configurations */

/* Custom Shadow Effects */
.shadow-red-glow {
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.35);
}

.shadow-red-glow-lg {
    box-shadow: 0 0 50px rgba(229, 9, 20, 0.25);
}

/* Custom Selection Highlight */
::selection {
    background-color: #E50914;
    color: #FFFFFF;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}