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

html {
  min-height: 100vh;
}
body {
  height: 100%;
}
* {
  font-family: 'Roboto', sans-serif;
}
