File size: 156 Bytes
745f62a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
body {
  margin: 0;
  font-family: Inter, 'Segoe UI', Roboto, Arial, sans-serif;
  background: #f4f7fa;
  color: #0f172a;
}

#root {
  min-height: 100vh;
}