Lighten typography

This commit is contained in:
2026-03-22 17:35:32 +01:00
parent cf2a80b578
commit 35ec8bf6d9
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link <link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<link rel="stylesheet" href="./styles.css" /> <link rel="stylesheet" href="./styles.css" />

View File

@@ -7,9 +7,9 @@
--shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12); --shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12);
--shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22); --shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22);
--font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; --font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
--font-weight-regular: 400; --font-weight-regular: 300;
--font-weight-bold: 700; --font-weight-bold: 500;
--font-weight-black: 900; --font-weight-black: 600;
--radius-button: 999px; --radius-button: 999px;
--radius-panel: 28px; --radius-panel: 28px;
--radius-small: 18px; --radius-small: 18px;