DevQueen's picture
Sync from GitHub via hub-sync
1dc2504 verified
Raw
History Blame Contribute Delete
283 Bytes
@import "tailwindcss";
@theme {
--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
font-family: var(--font-sans);
background: #f8fafc;
color: #0f172a;
}