body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

* {
    scroll-behavior: smooth;
}

.pointer {
    cursor: pointer;
}
