@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.reveal {
    section div.slide-content {
        code {
            font-size: 0.85em;
            padding: 0.0em 0.2em;
            background-color: #eaeaea;
            border-radius: 0.2em;
        }
        div.title {
            font-size: 0.5em;
            padding: 0em 8em;
        }
        div.column div.title {
            padding: 0em 0em;
        }
        table.tableblock div.title {
            text-align: center;
            padding: 0em 0em;
        }
        div.paragraph, div.ulist, div.olist {
            ul, ol {
                padding-inline-start: 0.8em;
            }
            li p {
                margin: 0em 0em 0.5em 0em;
            }
            text-align: left;
            font-size: 0.8em;
        }
    }
    h1 {
        margin-bottom: 0.3em;
    }
    h2 {
        margin-bottom: 0.7em;
    }
    h1, h2 {
        font-family: "Oswald";
    }
    div.stemblock.smallmath {
        font-size: 0.8em;
    }
    .small {
        font-size: 0.54em;
    }
}
