11 lines
161 B
CSS
11 lines
161 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-background text-primary font-sans;
|
|
}
|
|
|
|
main {
|
|
@apply flex flex-col gap-section;
|
|
} |