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

body {
  background-color: #F9FAFB;
  color: #1F2937;
}