:root {
    --paper: #f6f1e6;
    --paper-deep: #efe7d6;
    --ink: #20263a;
    --ink-soft: #4a5065;
    --ox: #9e2b25;
    --brass: #8c6f3f;
    --rule: rgba(32, 38, 58, 0.22);
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f6f1e6;
    color: #20263a;
}
