@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 { color: #222; text-transform: uppercase; line-height: 1.2em; } a { text-decoration: underline; } .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; }