@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
nav {
    font-family: 'Poppins', sans-serif
}

.section-title {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    letter-spacing: 1px
}

#intro h4 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100
}

#intro h1 {
    font-size: 13vmin;
    font-family: 'Lato', sans-serif
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}