@font-face {
    font-family: 'YB';
    src: url('/fonts/yb.woff2') format('woff2');
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-main: 'YB', 'Segoe UI', Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
table,
.dk-shell,
.page-frame {
    font-family: var(--font-main) !important;
}
