:root {
    --bg:      #e9e3d5;
    --bg2:     #e1d9c9;
    --text:    #1c1712;
    --muted:   #6b5d48;
    --faint:   #8a7860;
    --accent:  #7d1f1f;
    --border:  #c8b89e;
    --nav-h:   58px;
    --max-w:   836px;
    --display: 'IM Fell English', Georgia, 'Times New Roman', serif;
    --serif:   'Spectral', Georgia, 'Times New Roman', serif;
    --sans:    'IBM Plex Sans', system-ui, sans-serif;
    --nav-bg:  rgba(233,227,213,0.95);
}
