@tailwind base;
@tailwind components;
@tailwind utilities;

.card{
    box-shadow: none !important;
}
html{
    font-family: 'Roboto', sans-serif;
    color-scheme: light dark;
}