:root {
    /* Brand */
    --color-brand-700: #101010;
    --color-brand-600: #101010;
    --color-brand-100: #fff8bd;
    --color-accent: #f4d900;
    --color-accent-dark: #a58f00;

    /* Neutral palette */
    --color-ink: #101010;
    --color-muted: #686661;
    --color-border: #c9c6c0;
    --color-surface: #ffffff;
    --color-surface-muted: #f7f6f3;
    --color-canvas: #f1f0ef;
    --color-danger: #b42318;

    /* Typography */
    --font-body: "Arimo", Arial, sans-serif;
    --font-display: "Libre Bodoni", Georgia, serif;
    --font-condensed: "Barlow Condensed", "Arial Narrow", sans-serif;

    /* Shape and depth */
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --shadow-card: 0 1rem 2.5rem rgba(16, 16, 16, 0.07);

    /* Layout */
    --content-width: 76rem;
    --section-gap: 1.5rem;
}
