:root{--ink:#0b0909;--coal:#15110f;--bone:#f8f1e7;--muted:#c9beb2;--ember:#e95d3f;--gold:#f2b84b;--teal:#4f9f91;color-scheme:dark}html{scroll-behavior:smooth}body,html{background:#0b0909;background:var(--ink)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f8f1e7;color:var(--bone);font-family:Manrope,sans-serif;margin:0;min-width:320px}*{box-sizing:border-box}a{color:inherit}::selection{background:#f2b84b;background:var(--gold);color:#0b0909;color:var(--ink)}code{font-family:monospace}@keyframes hero-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-sheet-reveal{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-reveal{animation:hero-reveal .7s ease-out both}.contact-sheet-reveal{animation:contact-sheet-reveal .9s ease-out both}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
/*# sourceMappingURL=main.f1c59bbe.css.map*/