This commit is contained in:
2026-03-17 13:36:08 -05:00
parent c6ffbfa5bd
commit 38af2d580c

View File

@@ -600,16 +600,17 @@ body{
} }
.section-title h1{ .section-title h1{
font-size: 80px; font-size: var(--font-size-5xl);
font-weight: 700; font-weight: 700;
line-height: 1.3em; line-height: 1.1;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 0; margin-bottom: 0;
} }
.section-title h2{ .section-title h2{
font-size: 44px; font-size: var(--font-size-3xl);
font-weight: 700; font-weight: 700;
line-height: 1.2;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 0; margin-bottom: 0;
} }