/* utils.css */

/* Cursor Glow */
.cursor-glow {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.15), transparent 60%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
}