@import "../fonts/inter/inter.css"; *, *::before, *::after { box-sizing: border-box; } :root { --brand: #66cc00; --text: #000000de; --text-00: #ffffffde; --bg-00: #000000; --link: #0066ffde; } body { font-family: "Inter var", "Inter", sans-serif; color: var(--text); margin: 0; } h1, h2, h3 {font-weight: 250} h1 { font-size: 3rem; letter-spacing: -.1rem; } h2 {font-size: 2.3rem} h3 {font-size: 1.7rem} h4, h5, h6 {font-weight: 700} h4 {font-size: 1.2rem} h5 {font-size: 1rem} h6 {font-size: .8rem} p {font-weight: 350} a { color: var(--link); text-decoration: none; } a:hover {text-decoration: underline;} .logo { border-radius: 50%; } nav { position: sticky; top: 0; height: 4rem; line-height: 2rem; padding: 1rem; width: 100%; background: var(--bg-00); color: var(--text-00); } nav > * { margin-right: 1rem; height: 2rem; display: inline-block; vertical-align: middle; } nav a { color: inherit; } nav a.active { font-weight: 550; } nav .logo { height: 2rem; border: .1rem solid white; }