@font-face { font-family: Inter; src: url('assets/inter-latin.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
* { box-sizing: border-box; }
:root { color-scheme: dark; }
body { margin: 0; background: #000; color: #fff; font-family: Inter, sans-serif; font-size: 18px; line-height: 1.65; }
main { min-height: 100vh; min-height: 100svh; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
h1 { margin: 0 0 50px; line-height: 0; width: min(375px, 100%); }
.logo { display: block; width: 100%; height: auto; }
p { margin: 0 0 58.8px; max-width: 375px; }
strong { font-weight: 700; }
nav { display: flex; justify-content: center; gap: 20px; }
nav a, nav img { display: block; width: 64px; height: 64px; }
a { color: inherit; }
a:hover { opacity: .75; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
@media (max-width: 420px) { h1 { width: min(320px, 100%); } p { font-size: 17px; } }
