Spaces:
Sleeping
Sleeping
File size: 134 Bytes
d19cc77 | 1 2 3 4 5 6 7 8 9 | @tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #f3f4f6;
font-family: 'Inter', sans-serif;
}
|