/* Custom styles for subtle polish */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scroll behavior for anchor links */
html {
    scroll-behavior: smooth;
}

/* Custom selection color */
::selection {
    background: #F4C2C2;
    color: #800020;
}

/* Mobile menu transition */
#mobile-menu {
    backdrop-filter: blur(10px);
}
