From 35ec8bf6d92b2782b710690be1776210ad6b6392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:35:32 +0100 Subject: [PATCH] Lighten typography --- index.html | 2 +- styles.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7b0ead3..7beee4e 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ diff --git a/styles.css b/styles.css index ca3eb94..d6879c6 100644 --- a/styles.css +++ b/styles.css @@ -7,9 +7,9 @@ --shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12); --shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22); --font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; - --font-weight-regular: 400; - --font-weight-bold: 700; - --font-weight-black: 900; + --font-weight-regular: 300; + --font-weight-bold: 500; + --font-weight-black: 600; --radius-button: 999px; --radius-panel: 28px; --radius-small: 18px;