:root{--color-scheme:light;--navbar-height:48px;--logo-color-dark:#0bd791;--logo-color-light:#f50256}[data-color-scheme=dark]{--color-scheme:dark}body,html{min-width:100%;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media screen and (max-width:600px){h1{font-size:48px;line-height:1.5}}@media screen and (max-width:48em){.project-grid .project-grid-item:nth-child(n+4){display:none}}.icon-color-mode-dark{display:none}[data-color-scheme=dark] .project-card-image[data-invert-color-filter=true]{filter:invert(1)}[data-color-scheme=dark] .icon-color-mode-light{display:none}[data-color-scheme=dark] .icon-color-mode-dark{display:block}.hero-animation-durations{--hero-h1-animation-delay:150ms;--hero-h1-animation-duration:0.5s;--hero-h1-finished:calc(var(--hero-h1-animation-delay) + var(--hero-h1-animation-duration));--hero-h2-animation-delay:calc(var(--hero-h1-finished) + 100ms);--hero-h2-animation-duration:0.3s;--hero-h2-finished:calc(var(--hero-h2-animation-delay) + var(--hero-h2-animation-duration));--hero-h3-animation-delay:calc(var(--hero-h2-finished) + 300ms);--hero-h3-animation-duration:0.3s;--hero-h3-finished:calc(var(--hero-h3-animation-delay) + var(--hero-h3-animation-duration));--hero-rest-animation-delay:calc(var(--hero-h3-finished) + 500ms);--hero-rest-animation-duration:0.3s}.hero-h1[data-animated=true]{opacity:0;animation-delay:var(--hero-h1-animation-delay);animation:slide-down var(--hero-h1-animation-duration) ease-in-out forwards}.hero-h2[data-animated=true]{opacity:0;animation:slide-down var(--hero-h2-animation-duration) ease-in-out forwards;animation-delay:var(--hero-h2-animation-delay)}.hero-h3[data-animated=true]{opacity:0;animation:slide-down var(--hero-h3-animation-duration) ease-in-out forwards;animation-delay:var(--hero-h3-animation-delay)}.hero-rest[data-animated=true]{opacity:0;animation:slide-down var(--hero-rest-animation-duration) ease-in-out forwards;animation-delay:var(--hero-rest-animation-delay)}@keyframes slide-up-a-little{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}to{opacity:1;transform:translateY(0)}}.slide-up{opacity:0}.slide-up[data-animated=true]{opacity:0;animation:slide-up-a-little .3s ease-in-out forwards}[data-color-scheme=dark] .testament-emphasis{text-decoration:underline;color:var(--logo-color-dark)}[data-color-scheme=light] .testament-emphasis{text-decoration:underline;color:var(--logo-color-light)}