@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 100 900;
    font-style: normal;

}

* {
    box-sizing: border-box;
    font-family: Montserrat, Arial;
    margin: 0;
    
}

body {
    background-color: rgb(249 249 249);
}

a {
    all: unset;
    cursor: pointer;
}
