:root, html {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(12px + (16 - 12) * ((100vw - 380px) / (1440 - 380)));
    line-height: 1.618;
    font-weight: 300;
    color: white;
}

.banner-text {
    font-size: 2.5em;
    font-weight: bold;
    max-width: 24ch;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 95px;
}

.desc {
    max-width: 42ch;
    margin-top: 20px;
    line-height: 1.5;
}

a.link{
    color: white;
}

a.link.footer-link {
    text-decoration: none;
}

strong {
    font-weight: 600;
}