Files
2026-06-29 14:02:22 +10:00

15 lines
236 B
CSS

@import "tailwindcss";
@source "./**/*.{ts,tsx}";
@theme {
--font-sans:
"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
}
html,
body {
margin: 0;
padding: 0;
}