
:root{
 --paper:#f5efe2;--paper2:#fffaf1;--ink:#1f2b25;--forest:#2f4b36;--moss:#718b52;
 --wood:#8b6545;--sun:#e8b756;--red:#c95e48;--line:#3d4e3d;--muted:#6f786c;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Source Sans 3",system-ui,sans-serif}
a{color:inherit}.shell{width:min(1480px,calc(100% - 28px));margin:auto}
img,canvas,svg{max-width:100%}
