/* Custom overrides for UDAAN Society Blood Request */

/* Example: Add a subtle texture or gradient if needed, though Tailwind controls most of it */
body {
    background-color: #f8fafc;
}

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

/* Custom visual polish */
.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}
