/* Folio — cream parchment, ink text, library burgundy links */
:root {
    --bg:             #f2ede4;
    --text:           #1a1208;
    --text-secondary: #3a2a1a;
    --text-muted:     #6a5a4a;
    --text-faint:     #9a8a78;
    --link:           #8b1a1a;
    --border:         #c8b898;
    --border-mid:     #b8a888;
    --border-soft:    #b08060;
    --border-tag:     #a89878;
    --bg-code:        #e8e0d0;
    --bg-table:       #ede6da;
    --bg-alt:         #e8e0d0;
    --font-size:      20px;
    --line-height:    1.55;
    --img-filter:     invert(0);
}

h1 { text-align: left; }
