File size: 115 Bytes
612d26c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  background-color: #f8fafc;
  color: #0f172a;
}