.reveal .slides section {
    background-color: #E6F6E7;
}

@font-face {
    font-family: 'PP Neue Machina';
    src: url('../assets/fonts/PP_Neue_Machina/PPNeueMachina-PlainRegular.woff2') format('woff2');
}



/* Apply the font to all reveal.js elements */
.reveal {
    font-family: 'PP Neue Machina', sans-serif;
}

/* Apply to headings if you want */
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    font-family: 'PP Neue Machina', sans-serif;
    text-transform: None;
    font-weight: 400;
}

.reveal-viewport {
    background-color: #E6F6E7;
}

.bottom-name {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}