:root {
    --brand: #245c49;
    --brand-dark: #194333;
    --accent: #b77538;
    --paper: #fbfaf6;
    --surface: #ffffff;
    --ink: #18231f;
    --font-body: "Trebuchet MS", "Segoe UI", sans-serif;
    --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
