feat(styles): remove cream-section alias, add button-center utility, make h3 font-size fluid

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 17:29:08 -07:00
co-authored by Claude Sonnet 4.6
parent 4a2087d4e3
commit a498dc59d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ h1, h2, h3 { color: var(--color-primary); font-family: var(--font-heading); line
.no-balance { text-wrap: auto; }
h1 { font-size: clamp(2.5rem, 5vw, 3rem); line-height: 1.12; margin: 0 0 var(--space-md); }
h2 { font-size: clamp(2rem, 4vw, 2.4rem); line-height: 1.25; }
h3 { font-size: 1.5rem; }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
a { color: var(--color-primary); }
.eyebrow { color: var(--color-secondary); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lede, .hero-copy { color: var(--color-muted); font-size: 1.25rem; }