diff --git a/styles.css b/styles.css index a61b9241e..c5b0768fa 100644 --- a/styles.css +++ b/styles.css @@ -14,7 +14,7 @@ h1 { font-family: var(--font-title); font-weight: 400; - font-size: 5rem; + font-size: 3rem; line-height: 1.1; letter-spacing: -0.05em; font-feature-settings: "ss01" on; @@ -24,7 +24,7 @@ h1 { h2 { font-family: var(--font-title); font-weight: 500; - font-size: 2rem; + font-size: 1.5rem; line-height: 1.2; letter-spacing: -0.03em; font-feature-settings: "ss01" on; @@ -35,7 +35,7 @@ h3, h4 { font-family: var(--font-body); font-weight: 400; - font-size: 1.5rem; + font-size: 1.25rem; line-height: 1.5; letter-spacing: -0.02em; }