blob: be7c9ceb5a0401ed688f177ff1b24d235c11d6c0 [file] [log] [blame]
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply m-0 font-sans antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
@apply font-mono;
}
}