From ca3686de29e2a7f990430233d8be731cffaa4987 Mon Sep 17 00:00:00 2001 From: Jonathan Hvid Date: Tue, 12 May 2026 09:44:59 +0200 Subject: [PATCH] feat(layout): wider canvas + 'Project Bifrost' wordmark + section-link utility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Width: --content-max 72rem → 83rem (15% wider, per the v3 follow-up spec). Every page that uses var(--content-max) gets the new bound. - Wordmark in the top-left nav: Fenja logo · "Project Bifrost". 'Bifrost' is serif italic with a horizontal pigment-rainbow gradient (terracotta → ochre → copper → indigo → heather), background-clip:text. The bullet separator uses --on-surface-muted at 1rem. - Global .section-link utility class: serif italic, terracotta, no underline, no all-caps. Modifier --ink for use on the dark events card. This becomes the only italic body text on the site (along with the Bifrost wordmark); everywhere else loses italics in the next commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/layouts/AppLayout.astro | 33 +++++++++++++++++++++++++++++++++ src/styles/global.css | 25 +++++++++++++++++++++++++ src/styles/tokens.css | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/src/layouts/AppLayout.astro b/src/layouts/AppLayout.astro index a019b9a..5722cbd 100644 --- a/src/layouts/AppLayout.astro +++ b/src/layouts/AppLayout.astro @@ -28,6 +28,8 @@ const year = new Date().getFullYear();