body {
    background-color: #FFFFFF !important;
}

h1, h2, h3, h4, h5 {
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
    color: var(--black);
}

.button,
.button_2,
input[type="submit"],
input[type="reset"],
input[type="button"],
.square_button {
    padding: 0 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 46px !important;
    background-color: var(--black);
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 200 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.1s all ease-in-out;
}