@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");:root{--bg:#0f1419;--fg:#f5f7f4;--base-100:#f5f7f4;--base-400:#0f1419;--accent-light:#e8ede8;--accent-dark:#1a2329}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;background-color:#0a0f14}img{width:100%;height:100%;object-fit:cover}h1{font-size:7rem;font-weight:800;letter-spacing:-.35rem;line-height:1.1}p{font-size:1.125rem;font-weight:500}section{position:relative;width:100%;height:100svh;background-color:var(--bg);color:var(--fg);display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;gap:1rem}section a{color:var(--fg);text-decoration:underline;transition:opacity .3s ease}section a:hover{opacity:.7}@media (max-width:1000px){h1{font-size:2rem;letter-spacing:0}p{font-size:1rem}}