File size: 256 Bytes
d122c3c
 
 
 
1132eb7
d122c3c
1132eb7
 
 
 
 
 
 
 
 
 
d122c3c
1132eb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

body {
  margin: 0;
  min-height: 100vh;
}

#app {
  min-height: 100vh;
}