Files
matheoguilbert.fr/app/globals.css
T
2026-04-14 20:04:10 +02:00

17 lines
317 B
CSS

@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-inter);
--font-serif: var(--font-playfair);
}
@tailwind base;
@tailwind components;
@tailwind utilities;