/* Custom CSS enhancements for RoastFlow */

@layer base {
    body {
        -webkit-tap-highlight-color: transparent;
    }
}

/* Custom Scrollbar for smooth desktop navigation */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #FAF8F5;
}

::-webkit-scrollbar-thumb {
    background: #D4C0B2;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #B89B86;
}

/* Modal animation */
[x-cloak] {
    display: none !important;
}
