@import "https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Inter:wght@400;450;500;600&display=swap";
:root{--primary:#16432f;--tint:#eef3ef;--bg:#f6f7f6;--surface:#fafbfa;--text:#222826;--body:#2b322e;--muted:#8a938e;--warning:#caa64a;--success:#22a06b;--danger:#c0392b;--ui:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--brand:"Architects Daughter", cursive}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--ui);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#16432f29 padding-box padding-box;border:2px solid #0000;border-radius:999px}@keyframes jk-dot{0%,70%,to{opacity:.2;transform:translateY(0)scale(.85)}35%{opacity:1;transform:translateY(-5px)scale(1.1)}}@keyframes jk-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.jk-reveal{opacity:1!important;animation:none!important;transform:none!important}}
