@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=Outfit:wght@300;400;500;600&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0a;--ink2:#3a3a3a;--ink3:#888;--paper:#fafaf8;--accent:#1a1a1a;--rule:#0000001a;--serif:"DM Serif Display", Georgia, serif;--sans:"Outfit", sans-serif;--mono:"DM Mono", monospace}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.6s both fadeIn}.animate-fade-up{animation:.7s both fadeUp}.animate-fade-up-1{animation:.7s .1s both fadeUp}.animate-fade-up-2{animation:.7s .25s both fadeUp}.animate-fade-up-3{animation:.7s .35s both fadeUp}.section-header{border-bottom:.5px solid var(--rule);justify-content:space-between;align-items:baseline;padding:32px 48px 24px;display:flex}.section-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);font-size:11px}.section-count{font-family:var(--serif);color:var(--ink3);font-size:13px;font-style:italic}@media (max-width:700px){.section-header{padding-left:24px;padding-right:24px}}
