:root {
    font-family: 'Montserrat', sans-serif;
    /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: 'Montserrat', sans-serif;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}