File size: 199 Bytes
1512e66
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;

:root {
 --text-color: #4e4c4d;
 --primary-color: #159969;
 --primary-lightgray-color: #f1f1f1;
 --primary-beige-color: #f7f7f7;
 --background-color: #ffffff;
}