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

body {
   margin: 0px !important;
}

body * {
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: sans-serif;
}