:root{--background:#f7f4ee;--foreground:#171512;--muted:#686158;--surface:#fffdf8;--surface-muted:#eee8dd;--border:#ded5c6;--border-strong:#a79b8a;--accent:#8f2c1f;--accent-soft:#f2dfd8;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--background:#141312;--foreground:#f3eee5;--muted:#b8aea1;--surface:#1d1b19;--surface-muted:#292622;--border:#38332e;--border-strong:#6e6459;--accent:#e4a08f;--accent-soft:#321f1c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--theme-transition-duration:1s;--theme-transition-easing:cubic-bezier(.22,.61,.36,1)}:where(body,header,main,footer,nav,section,article,aside,div,a,button,span,small,p,h1,h2,h3,h4,h5,h6,li,svg,path,circle,line,rect,polygon,polyline){transition-property:background-color,color,border-color,box-shadow,fill,stroke;transition-duration:var(--theme-transition-duration);transition-timing-function:var(--theme-transition-easing)}:where(){transition-property:background-color,color,border-color,box-shadow,fill,stroke;transition-duration:var(--theme-transition-duration);transition-timing-function:var(--theme-transition-easing)}@media (prefers-reduced-motion:reduce){:root{--theme-transition-duration:1ms}html{scroll-behavior:auto}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}p{max-width:74ch}img{max-width:100%}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}::selection{background:var(--accent-soft)}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}
