.twb-typewriter {
    font-size: 24px;
    font-weight: 600;
}

.Typewriter__cursor {
    color: inherit;
}
.twb-pro {
    font-weight: 700;
}

/* HERO */
.twb-pro.hero {
    line-height: 1;
}

/* CTA */
.twb-pro.cta {
    font-size: 32px;
    color: #27ae60;
}

/* MINIMAL */
.twb-pro.minimal {
    font-size: 20px;
    opacity: 0.8;
}

/* HIGHLIGHT */
.twb-pro.highlight {
    font-size: 36px;
    background: linear-gradient(90deg,#ff7e5f,#feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}