--- a/app/globals.css +++ b/app/globals.css @@ -2,6 +2,18 @@ * { box-sizing: border-box; +} + +.visually-hidden { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; } html, @@ -35,10 +47,10 @@ font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; - color: #7d8aa8; + color: #5a6b8a; } -.hero h2 { +.hero h1 { margin: 6px 0 12px; font-size: 44px; line-height: 1.05; @@ -47,7 +59,7 @@ .hero-copy { margin: 0; max-width: 720px; - color: #7f87a4; + color: #4a5568; font-size: 18px; }