@import '/static/css/light.css';
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');

html {
    font-family: 'Jost', sans-serif;
}

div.content {
    font-size: 12pt;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    line-height: 1.2em;
}

.dungeon h2 ~ p {
    margin: 0.5em 0;
}

.dungeon p + p {
    text-indent: 3em;
}

.dungeon blockquote p + p {
    text-indent: 0;
}

blockquote {
    background: none;
    font-style: italic;
    border: 1px solid #222;
}

.content blockquote p {
    margin: 5px;
}

figure {
    background-color: rgba(0, 0, 0, 0.05);      /* overrides light.css */
}

pre {
    border: 1px solid #222;
    padding: 5px;
}