@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(SourceSans.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(Montserrat.woff2) format('woff2');
}


body {
    margin: 0;
}

.title-slide sup {
    font-size: 60%;
}

body::-webkit-scrollbar {
    display: none;
}

section {
    aspect-ratio: 16 / 9;
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 100vh;
    /* background-color: #fafafa;*/
    background-color: white;
    margin: auto;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: min(4vh, 2.25vw);
    position: relative;
}

section th {
    font-size: min(4vh, 2.25vw);
    padding-bottom: 1.5%;
    padding-top: 1.5%;
}

table img {
    display: block;
    margin: auto;
    scale: 75%;
}

section header {
    font-size: 175%;
    font-weight: 800;
    width: 100%;
    height: 15%;
    background-color: #c9daf8;
    display: flex;
    align-items: center;
}

section header span {
    margin-left: 1em;
}

section p {
    margin: 0;
    padding: 1em;
}

li.biglist {
    margin: 5%;
    vertical-align: middle;
}

li.biglist::marker {
    font-size: 150%;
    margin-top: 10%;
    color: rgba(170, 255, 168, 0.87);
}

.slidenum {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 75%;
}

.small-caps {
    font-variant-caps: small-caps;
    /*font-style: italic;*/
}