body {
    font-family: 'IBM Plex Sans', sans-serif;
}

.content-1 {
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 400;
}

.content-2 {
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 600;
}

.content-3 {
    font-size: 1.1rem;
    font-weight: 600;
}

.content-4 {
    font-size: 1.5rem;
    font-weight: 500;
}

.content-5 {
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 400;
}

.title {
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 992px) { 
    .title {
        font-size: 1.8rem;
    }
}

.content-footer {
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 400;
    opacity: .5;
}