body{
    background-color: #131B26;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;

}

html{
    scroll-behavior: smooth;
}

h1{
    font-size: 64px;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 700; /* Regular weight */
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 900; /* Regular weight */
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 500; /* Regular weight */
}
