feat: stone-warm OKLCH palette + Fraunces/Inter typography

Replace the boilerplate's neutral-gray HSL tokens with a stone-warm
OKLCH palette in both light and dark variants. Drop --radius to 0.25rem
for the clean architectural feel the brief asks for ("clean lines,
matte black accents, layered textures").

Pair Fraunces (display) with Inter (UI/body) via Bunny Fonts, exposed
through Tailwind 4 @theme inline as --font-serif / --font-sans. h1-h3
default to Fraunces; everything else uses Inter. Adds an `eyebrow`
utility for the uppercase tracked labels used across editorial portfolio
layouts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-27 11:11:01 +02:00
commit 2d75a40d7d
2 changed files with 73 additions and 43 deletions

View file

@ -4,7 +4,16 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Boilerplate Website</title>
<meta
name="description"
content="Earth Walker Design — grounded, architectural, restorative interior design."
/>
<link rel="preconnect" href="https://fonts.bunny.net" crossorigin />
<link
rel="stylesheet"
href="https://fonts.bunny.net/css?family=fraunces:300,400,500,600|inter:300,400,500,600&display=swap"
/>
<title>Earth Walker Design</title>
</head>
<body>
<div id="app"></div>