12 lines
161 B
CSS
12 lines
161 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
font-family: Inter, system-ui, sans-serif;
|
|
}
|
|
|
|
body {
|
|
@apply bg-gray-950 text-gray-100;
|
|
}
|