h1, h2, h3, h4, h5, h6 {
    font-family: "Faculty Glyphic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

:root {
    --accent: #802200;
    --bg: #ede0d4;
    --accent-bg: #e0d3c7;
    --text: #7f5539;
    --text-light: #7f5539;
    --border: #7f5539;
    --accent-hover: #7f5539;
    --accent-text: var(--bg);
    --code: #7f5539;
    --preformatted: #444;
    --marked: #ffdd33;
    --disabled: #efefef;
}

body > footer {
    margin-top: 2rem;
}

body > header h1 {
    margin-top: 3rem;
}