:root {
    --color-ink: #1d2730;
    --color-muted: #586674;
    --color-paper: #f4eddd;
    --color-paper-strong: #fff9ec;
    --color-mist: #d9e8e3;
    --color-harbor: #2d7270;
    --color-harbor-dark: #183f45;
    --color-copper: #bd7951;
    --color-copper-dark: #864c32;
    --color-leaf: #5d7b4f;
    --color-berry: #7e4f68;
    --color-warning: #9a5b2f;
    --color-success: #2f6f4e;
    --color-line: rgba(29, 38, 51, .16);
    --color-shadow: rgba(25, 43, 50, .15);
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --radius-card: .5rem;
    --radius-pill: 999px;
    --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow-panel: 0 .9rem 2rem var(--color-shadow);
}
