/* Tufte-inspired/eInk CSS */
@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Minion Pro', serif;
    font-size: xx-large;
    background-color: #fdfdfd;
    color: #111;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
}

h1, h2, h3 {
    font-weight: normal;
    font-variant-caps: small-caps;
}

h2 {
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}

nav {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

nav a {
    text-decoration: none;
    color: #333;
}

.metadata {
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

.essay-list {
    list-style: none;
    padding: 0;
}

.essay-list li {
    margin-bottom: 10px;
}

.toc ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.toc li {
    margin: 0;
}

.toc a {
    text-decoration: none;
    background: #eee;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8em;
}

.toc a:hover {
    background: #ddd;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

a {
    color: #333;
}

figcaption {
    font-style: italic;
    font-size: x-large;
    text-align: center;

}/* test */
/* test 2 */
/* test 3 */
/* test 4 */
