/* WildGuard Kerala - Custom Styles */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Subtle green glow on focus */
input[type="file"]:focus,
button:focus {
    outline: none;
}
