Content Rewrite

This commit is contained in:
2026-05-07 21:47:42 +12:00
parent 0d86f450ec
commit a90dfb7c66
47 changed files with 1352 additions and 527 deletions
+3 -3
View File
@@ -52,7 +52,7 @@
box-shadow: 0 24px 60px rgba(17, 20, 24, 0.2);
text-align: left;
font-family: 'Readex Pro', system-ui, sans-serif;
color: #213021;
color: var(--gw-green);
}
.no-js-kicker {
@@ -65,7 +65,7 @@
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #213021;
color: var(--gw-green);
}
.no-js-card h1 {
@@ -74,7 +74,7 @@
font-size: clamp(28px, 4vw, 38px);
line-height: 1.05;
letter-spacing: -0.04em;
color: #213021;
color: var(--gw-green);
}
.no-js-card p {