feat(theme): dark forest palette + Aboreto/Italianno/Roboto fonts
Retheme to match the Wix source: deep forest-green background (hsl 151 100% 8%), cream foreground, gold primary/accent. Update both :root and .dark variants for dark-by-default. Load Aboreto (display), Italianno (calligraphic script for the hero title) and Roboto 300/400/500/700 from Google Fonts with preconnect hints. Define --font-sans / --font-display / --font-script tokens, which Tailwind 4 exposes as font-sans / font-display / font-script utilities. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
aeccdbc821
commit
149b8e0a7c
2 changed files with 52 additions and 45 deletions
|
|
@ -8,6 +8,12 @@
|
|||
name="description"
|
||||
content="Château du Faune — centre pour l'art et l'écologie en Ariège. Résidences d'artistes, fermette, événements et hébergement au pied des Pyrénées."
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Aboreto&family=Italianno&family=Roboto:wght@300;400;500;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<title>Château du Faune — Centre pour l'art et l'écologie</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue