:root {
    --color-bg: #fbfaf7;
    --color-ink: #242220;
    --color-accent: #2f5d55;
    --color-muted: #8f897d;
    --color-line: #e7e4dd;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Work Sans", ui-sans-serif, system-ui, sans-serif;
}
