10 lines
142 B
CSS
10 lines
142 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body {
|
|
@apply h-full text-gray-800;
|
|
font-family: 'Inter', sans-serif;
|
|
}
|