From 546f1ca05959bf048086f7740327b339ed7031ee Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Thu, 11 Jun 2026 22:07:56 +0200 Subject: [PATCH] =?UTF-8?q?Footer-Headings=20auf=2028px=20(neuer=20Token?= =?UTF-8?q?=20--fs-650)=20+=20Letter-Spacing=20f=C3=BCr=20Coolvetica-Lesba?= =?UTF-8?q?rkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- public/assets/css/layout.css | 8 +++++--- public/assets/css/tokens.css | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/assets/css/layout.css b/public/assets/css/layout.css index 5464225..07720b3 100644 --- a/public/assets/css/layout.css +++ b/public/assets/css/layout.css @@ -274,11 +274,13 @@ color: var(--clr-text); } -/* Spalten-Headings mit rotem Akzentstrich */ +/* Spalten-Headings mit rotem Akzentstrich — Coolvetica ist schmal, + braucht hier mehr Größe + Laufweite für Lesbarkeit */ .site-footer__heading { - font-size: var(--fs-600); + font-size: var(--fs-650); + letter-spacing: 0.06em; margin-bottom: 1.1rem; - padding-bottom: 0.5rem; + padding-bottom: 0.6rem; position: relative; } diff --git a/public/assets/css/tokens.css b/public/assets/css/tokens.css index 3d91882..98d1b37 100644 --- a/public/assets/css/tokens.css +++ b/public/assets/css/tokens.css @@ -29,6 +29,7 @@ --fs-400: 0.9375rem; /* 15px Footer, Meta */ --fs-500: 1.125rem; /* 18px Navigation */ --fs-600: 1.3125rem; /* 21px Body */ + --fs-650: 1.75rem; /* 28px Zwischengröße (z.B. Footer-Headings) */ --fs-700: clamp(2rem, 1.2rem + 3.5vw, 3.125rem); /* 50px h3 */ --fs-800: clamp(2.25rem, 1.3rem + 4.5vw, 3.75rem); /* 60px h2 */ --fs-900: clamp(3rem, 1.75rem + 5.5vw, 6rem); /* 96px h1 */