@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

/* Untuk semua browser */
::-webkit-scrollbar {
    display: none;
}

/* Untuk Firefox */
html {
    scrollbar-width: none;
}

/* Untuk IE & Edge lama */
html {
    -ms-overflow-style: none;
}
