p, span, input, textarea {
    color: var(--text);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.medium {
    font-weight: 500;
}
a {
    text-decoration: underline;
    color: var(--primary);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.body-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
