*,*::after, *::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat light", sans-serif;
    font-weight: 300;
}


@font-face {
    font-family: "Montserrat light";
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat book";
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}
