body, *{
    font-weight: 200 !important;
}

h1 {
    font-weight: 100 !important;
}

h2 {
    font-weight: 300 !important;
}

h5 {
    line-height: 1.33em !important;
    font-weight: 700 !important;
}

p, ul {
    font-weight: 200 !important;
}

.reveal .slides .scrollable {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;
    align-items: center;
    justify-content: center;
    width: 55%;
    height: 100vh;
}

.reveal .slides .scrollable > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
}

.reveal .slides > section {
    width: 100%;
}

.reveal.scrolling .slides>section {
    width: 45%;
    transition: width 500ms ease-in-out;
}

.reveal.scrolling .slides .scrollable {
    visibility: visible;
    opacity: 1;
    float: right;
}

