accounts/ui/panel/styles/globals.css
2025-06-20 08:28:45 +08:00

10 lines
142 B
CSS

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