feat: site Le Moulin des Rives — design Tailwind + config Docker

This commit is contained in:
2026-05-28 23:46:36 +02:00
parent 87186db304
commit 1411e6816d
19 changed files with 1060 additions and 19 deletions
+14
View File
@@ -0,0 +1,14 @@
@import "tailwindcss";
@theme {
--color-primary: #8b8d62;
--color-secondary: #d9d2c3;
--color-cream: #f5f2eb;
--color-dark: #1f1f1f;
--font-serif: 'Cormorant Garamond', serif;
--font-sans: 'Inter', sans-serif;
}
html {
scroll-behavior: smooth;
}