@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

:root {
    --main-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --heading-font: "DM Sans", "Maven Pro", Helvetica, sans-serif;
}

html,
.reveal {
    font-family: var(--main-font);
}

.reveal .slides {
    text-align: left;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
    color: #222222;
    font-family: var(--heading-font);
    text-transform: capitalize;
}

.reveal p,
.reveal ol,
.reveal ul {
    color: #121212;
    font-weight: 400;
}

.reveal section h2:first-child,
.reveal section h3:first-child {
    border-bottom: 12px solid rgb(37, 105, 193, 0.5784);
    line-height: 0.67em;
}

.reveal pre {
    box-shadow: none;
    white-space: pre;
    margin-left: 0;
    margin-right: 0;
    width: 98%;
}

.reveal code {
    font-size: 85%;
    font-family: "MonoLisa", "Operator Mono", monospace;
    background-color: #FFF;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CDCDCD;
}

.reveal code.hljs {
    background-color: #272822;
}

.font-60 {
    font-size: 60%;
}

.font-80 {
    font-size: 80% !important;
}

.left {
    text-align: left;
}

ul.comfortable,
ol.comfortable {
    line-height: 1.6em;
}

ol.loose,
ul.loose {
    line-height: 1.8em;
}

ol.margin-loose li,
ul.margin-loose li {
    margin-bottom: 15px;
}