@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
}

::-webkit-scrollbar {
    display: none;
}

:-moz-placeholder {
    font-weight: 600;
}
::-webkit-input-placeholder {
    font-weight: 600;
}
::-moz-placeholder {
    font-weight: 600;
}
:-ms-input-placeholder {
    font-weight: 600;
}

input {
    font-weight: 900 !important;
}
