@import "https://unpkg.com/open-props";
@keyframes fade-in{0%{opacity:0}to{opacity:1}}body{background:var(--background-gradient-start);color:var(--text);font-family:var(--font-body),sans-serif;min-width:280px;min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display),sans-serif;letter-spacing:-.02em}p{color:var(--text-muted)}button:focus-visible,a:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px;box-shadow:0 0 0 8px var(--ring);border-radius:10px}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed;min-height:100vh;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}button,input[type=submit],input[type=reset]{color:inherit;font:inherit;cursor:pointer;outline:inherit;background:0 0;border:none;padding:0}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--text:#2f2925;--text-muted:#6b625c;--background:#f6f2ed;--background-gradient-start:#f7f3ee;--background-gradient-end:#f4f0ea;--card:#f9f5f0;--card-soft:#f2ece5;--accent:#e3d8cd;--accent-strong:#8f7565;--link-color:#6f5648;--ring:#6f56482e;--border-soft:#70645c33;--shadow-color:#3a312b14}[data-theme=dark]{--text:#e8ded4;--text-muted:#baada1;--background:#1d1a18;--background-gradient-start:#1f1c1a;--background-gradient-end:#1a1715;--card:#272320;--card-soft:#312c28;--accent:#3a342f;--accent-strong:#b59c8b;--link-color:#c8b1a1;--ring:#c8b1a12e;--border-soft:#cbbcb02e;--shadow-color:#0003}
