2
0
Files

11 lines
184 B
CSS
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../../../packages/ui/styles/shared-globals.css";
:root {
--font-inter: "Inter var";
--font-cal: "Cal Sans";
}