2025-05-10 08:40:40 +00:00
|
|
|
@import 'tailwindcss';
|
2025-05-17 19:12:01 +00:00
|
|
|
@plugin "tailwindcss-animate";
|
|
|
|
|
|
2025-05-10 08:40:40 +00:00
|
|
|
@import '@repo/shadcn-ui/globals.css';
|
|
|
|
|
@import '@repo/rdx-ui/globals.css';
|
2025-05-09 10:45:32 +00:00
|
|
|
|
2025-05-17 19:12:01 +00:00
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
@apply border-border;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
tab-size: 4;
|
|
|
|
|
font-feature-settings: normal;
|
|
|
|
|
font-variation-settings: normal;
|
|
|
|
|
font-feature-settings: "rlig" 1, "calt" 1;
|
|
|
|
|
@apply h-full text-foreground bg-background /*font-poppins*/;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#factuges {
|
|
|
|
|
@apply flex min-h-screen min-w-[320px] flex-col;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|