:root {
    --color-page: #111417;
    --color-surface: #181c20;
    --color-surface-raised: #1e2328;
    --color-surface-muted: #15191d;
    --color-border: #343a40;
    --color-border-strong: #4a5158;
    --color-text: #d9dde1;
    --color-text-strong: #f0f2f4;
    --color-muted: #9099a2;
    --color-faint: #69727a;
    --color-link: #8fb8df;
    --color-link-hover: #b7d3ed;
    --color-accent: #7fa17f;
    --color-accent-strong: #9fbd9f;
    --color-warning: #c8a96b;
    --color-danger: #c77979;
    --color-success: #7fa987;
    --color-code-bg: #0f1215;
    --color-quote-bg: #141a1e;
    --color-focus: #c9d7e4;
    --page-max-width: 1320px;
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

