File size: 135 Bytes
cb48d5b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}