/* CSS variables
   Generated by 'wal' */
:root {
    /* Special */
    --background: #0E0805;
    --foreground: #c9bba8;
    --cursor: #c9bba8;

    /* Colors */
    --color0: #0E0805;
    --color1: #6D4E27;
    --color2: #6B5132;
    --color3: #6C5B43;
    --color4: #796549;
    --color5: #876338;
    --color6: #8B7251;
    --color7: #c9bba8;
    --color8: #8c8275;
    --color9: #6D4E27;
    --color10: #6B5132;
    --color11: #6C5B43;
    --color12: #796549;
    --color13: #876338;
    --color14: #8B7251;
    --color15: #c9bba8;
}

* {
    border-radius: 0px;
    font-family: "ET Book";
}

/* ET Book Regular */
@font-face {
    font-family: "ET Book";
    src: url("/fonts/et-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ET Book Italic */
@font-face {
    font-family: "ET Book";
    src: url("/fonts/et-book-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ET Book Bold */
@font-face {
    font-family: "ET Book";
    src: url("/fonts/et-book-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "ET Book";
    color: var(--foreground);
    background-color:var(--background);
    line-height: 1.6;
    max-width: 800px;
    margin: auto;
}

#content {
    padding: 20px;
}
.org-center, .center {
    text-align: center;
}
blockquote {
    margin: 1.5em 0;
    padding: 0.8em 1.2em;
    border-left: 3px solid var(--color6);
    color: var(--foreground);
}
h1, h2, h3, h4, .title {
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: var(--color6);
    text-align: center;
}
pre.src {
    border: 1px solid var(--foreground);
    padding: 12px;
    overflow-x: auto;
    background: transparent;
}

.underline {
    text-decoration: underline;
}

::selection {
    background: var(--color3);
    color: var(--background);
}
a {
    font-style: italic;
    color: var(--color10);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid var(--color8);
    padding: 6px;
}
.first-paragraph::first-letter {
    /* color: var(--color6); */
    font-size: 4.5em;
    font-weight: bold;
    float: left;
    margin-right: 6px;
    line-height: 1;
}
.footnotes {
    vertical-align: sub;
    font-size: 0.9em;
    color: var(--foreground);
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 14rem;

    padding: 0.75rem 1rem;

    background: var(--background);
    border-bottom: 1px solid var(--foreground);
}

.navbar a {
    color: var(--foreground);
    text-decoration: none;
}

.navbar a:hover {
    text-decoration: underline;
}
.index {
    text-align: center;
    font-style: italic;
    color: var(--color6);
    margin-top: 4em;

}
#table-of-contents h2 {
    text-align: center;
    font-style: italic;
    color: var(--color6);
    margin-top: 4em;
}
#text-table-of-contents {
    border: 1px solid var(--foreground);
    padding: 12px;
    overflow-x: auto;
    background: transparent;
}
img {
    display: block;
    margin: 1em auto;
}
.figure img {
    display: block;
    margin: 0 auto;
}

pre.src:before,
pre.src:hover:before {
    display: none !important;
    content: none !important;
}
code {
    font-family: "ET Book";
    font-style: italic;
}
