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

@layer base {
    html {
        font-family: "Roboto", system-ui, sans-serif;
    }
}

#Scrollbar-smooth {
    width: 100%;
    height: 100vh;
}
