/* site.css — placeholder tokens; N-01 replaces this with the agx design system */
:root{--river:#1f5f7a;--bluff:#8a6a44;--pine:#2f5d3a;--paper:#faf7f2;--ink:#1c1b19;--holly:#b4342d}
*{box-sizing:border-box}body{margin:0;font:18px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--paper)}
main{max-width:64rem;margin:0 auto;padding:2rem 1.25rem}header,footer{padding:1rem 1.25rem}
.notice{font-size:.9rem;background:#fff4d6;border-bottom:1px solid #e6cf8f;padding:.5rem 1.25rem}
a{color:var(--river)}h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.1;margin:.2em 0}
