15 lines
No EOL
248 B
CSS
15 lines
No EOL
248 B
CSS
@import "tw-animate-css";
|
|
@import "shadcn-svelte/tailwind.css";
|
|
@import "@fontsource-variable/inter";
|
|
|
|
@layer base {
|
|
* {
|
|
@apply border-border outline-ring/50;
|
|
}
|
|
body {
|
|
@apply bg-background text-foreground;
|
|
}
|
|
html {
|
|
@apply font-sans;
|
|
}
|
|
} |