.slides,
.slides p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
}

.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 200;
}

.slides .button,
.slides .slides-form {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

/* Home (#1) */
.tagline {
    font-size: 36px;
    font-weight: 700px;
}

/* Without (#2) */
/* Blinking cursor */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.typed {
    /* color:greenyellow*/
    color: #ff7e04
}

.background-tint {
    background-color: RGBA(22, 26, 22, 0.5);
    /* Tint color */
    background-blend-mode: multiply;
}

/* Connect X to Y (#3) */
/* Blinking cursor */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.typed {
    /* color:greenyellow*/
    color: #ff7e04
}

.background-tint {
    background-color: RGBA(22, 26, 22, 0.5);
    background-blend-mode: multiply;
}

mark {
    background-color: RGBA(255, 255, 255, 0.7);
    color: black;
}

/* With (#4) */
/* Blinking cursor */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.typed {
    /* color:greenyellow*/
    color: #ff7e04
}

.background-tint {
    background-color: RGBA(22, 26, 22, 0.5);
    /* Tint color */
    background-blend-mode: multiply;
}

.list {
    display: list-item;
    list-style-type: circle;
}