2024-02-16 14:12:34 +08:00

11 lines
155 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--color-primary: #49509e;
}
html, body {
font-family: 'IBM Plex Sans', sans;
}