@font-face {
    font-family: 'Digital';
    src: url('../fonts/Digital-Medium.woff2') format('woff2'),
        url('../fonts/Digital-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
button, input, select, textarea, .textarea-large, option, body {
    font-family: Digital !important;
}
.logo-wrapper img {
    width: auto;
    height: 65px;
}

