:root {
    --ink: #0d1110;
    --sage: #1f4d41;
    --sage-dark: #14332c;
    --terracotta: #9a3a16;
    --cream: #f7f4ee;
    --paper: #ffffff;
    --line: #2a3331;
}

html {
    scroll-behavior: smooth;
    font-size: 20px;
    width: 100%;
}

body {
    color: var(--ink);
    background: var(--cream);
    font-family: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.01em;
}

a { color: inherit; }

h1, h2, h3, h4 {
    font-family: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
    font-weight: 700;
    color: #080a0a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.prose-kind p { margin-bottom: 0.9rem; }
