Spaces:
Sleeping
Sleeping
File size: 167 Bytes
9081dbe | 1 2 3 4 5 6 7 8 9 10 11 12 | @import "tailwindcss";
@theme {
--font-sans: "Inter", system-ui, sans-serif;
}
html, body, #root {
height: 100%;
margin: 0;
font-family: var(--font-sans);
}
|