language-learning-app/frontend/src/app.css

15 lines
248 B
CSS
Raw Normal View History

2026-04-17 06:19:41 +00:00
@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;
}
}