* {
    font-family: 'Montserrat', sans-serif;
}

select {
    appearance: none;
}

.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

/* input[type="text"][disabled] {
    background: #dcdcdc;
} */

input[disabled] {
    background: #dcdcdc;
}

select[disabled] {
    background: #dcdcdc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}