@tailwind base;
@tailwind components;
@tailwind utilities;
/* @layer utilities { */
    html, body { margin: 0; padding: 0; height: 100%; width: 100%; }
    body { font-family: Inter, sans-serif; }
    .popover { display:none; }
    
    /* Chrome, Edge, Safari */
    html::-webkit-scrollbar {
    width: 10px;
    }

    html::-webkit-scrollbar-track {
    background: #111727;
    }

    html::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 9999px;
    }

    html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.8);
    }

    /* Firefox */
    html {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #111727;
    }
/* } */
