/* Custom styles for Villa Theme */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: #0c4a6e;
    color: #ffffff;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f9f6f0; 
}
::-webkit-scrollbar-thumb {
    background: #d6c6b4; 
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a89f91; 
}
