@font-face {
    font-family: Madeevol;
    src: url(/utils/font/Madeevolve.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(/utils/font/Roboto/Roboto-Medium.ttf) format("ttf");
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
}

html {
    font-family: Madeevol, serif;
    font-style: normal;
    scroll-behavior: smooth;
}

.block {
    width: 1280px;
    max-width: 1280px;
    padding: 16px 50px;
}

.roboto {
    font-family: Roboto, serif;
}

.text0, .text1, .text2 {
    margin: 30px 0;
}

button, .button, .button2 {
    min-height: 50px;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 8px;
    height: 50px;
}


button:active, .button:active, .button2:active {
    color: var(--gray400);
    background: var(--gray200);
}


button.pay, .button.pay {
    border-radius: 25px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--pay) 50%, var(--pay) 100%);
    background-size: 200% auto;
    transition: background-position 0.3s ease, transform 0.2s ease;
}

button.pay:hover, .button.pay:hover {
    background-position: right center;
}


input {
    outline: 2px solid var(--accent);
    min-height: 50px;
    font-weight: 500;
    border-radius: 8px;
}

input:focus {
    outline: 2px solid var(--accent);
}

input::placeholder{
    color: var(--white);
}


.hover-shadow:hover {
    box-shadow: 0 4px 12px var(--gray200);
}


.mt100 {
    margin-top: 100px
}
