:root {
    --paper: #fbf5ec;
    --surface: #fffaf2;
    --surface-soft: #f6ede2;
    --surface-white: #fff;
    --ink: #2c1237;
    --muted: #725f76;
    --primary: #be4939;
    --primary-hover: #9e382c;
    --peach: #f5d9c7;
    --sage: #e7e9dd;
    --green: #305b43;
    --line: #e1cfc0;
    --line-strong: #bba5b2;
    --error: #8e2d2d;
    --error-bg: var(--surface-soft);
    --success: var(--green);
    --success-bg: var(--sage);
    --reader-ink: #251d2d;
    --reader-muted: #7c7788;
    --reader-line: #dfdde3;
    --track: #e7e0db;
    --shadow: color-mix(in srgb, var(--ink) 8%, var(--clear));
    --shadow-strong: color-mix(in srgb, var(--ink) 20%, var(--clear));
    --scrim: color-mix(in srgb, var(--ink) 40%, var(--clear));
    --clear: transparent;
    --wood: #60452d;
    --wood-edge: #9d693d;
    --spine-ink: #271d19;
    --spine-light: #f7eed4;
    --font-reader: 'Times New Roman', Times, serif;
    --font-body: Georgia, 'Times New Roman', serif;
    --font-ui: Georgia, 'Times New Roman', serif;
    --text-small: .85rem;
    --text-base: 1.1rem;
    --text-lede: 1.25rem;
    --text-title: clamp(1.8rem,2.6vw,2.7rem);
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --radius-small: 6px;
    --radius: 12px;
    --radius-pill: 999px;
    --sidebar-width: 250px;
    --header-height: 86px;
}

.palette-cream {
    --module-surface: var(--surface);
}

.palette-sage {
    --module-surface: var(--sage);
}

.palette-peach {
    --module-surface: var(--peach);
}

.palette-terracotta {
    --module-surface: var(--error-bg);
}

@media(max-width:1250px) {
    :root {
        --sidebar-width: 200px;
    }
}

@media(max-width:1050px) {
    :root {
        --sidebar-width: 175px;
    }
}

@media(max-width:760px) {
    :root {
        --header-height: 116px;
        --text-base: 1rem;
    }
}
