save avant prochaine modif

This commit is contained in:
2026-04-08 14:46:10 +02:00
parent bb10407e66
commit d88ba7c53c
1747 changed files with 194075 additions and 2433 deletions

25
app/globals.css Normal file
View File

@@ -0,0 +1,25 @@
@import "tailwindcss";
@theme {
--font-sans: 'Inter', sans-serif;
--font-serif: 'Playfair Display', serif;
--color-brand-50: #fff7ed;
--color-brand-100: #ffedd5;
--color-brand-200: #fed7aa;
--color-brand-500: #f97316;
--color-brand-600: #ea580c;
--color-brand-700: #c2410c;
--color-brand-900: #7c2d12;
--color-dark-800: #1e1e1e;
--color-dark-900: #121212;
}
body {
background-color: var(--color-gray-50);
color: var(--color-gray-900);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: var(--font-sans);
}