@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    font-family: 'Montserrat' !important;
    text-decoration: none;
    color: inherit;
    padding: 0;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}