sakhi / frontend /src /index.css
Tushar9802's picture
HF Space deploy — initial
745f62a
body {
margin: 0;
font-family: Inter, 'Segoe UI', Roboto, Arial, sans-serif;
background: #f4f7fa;
color: #0f172a;
}
#root {
min-height: 100vh;
}