:root {
    --worc-font-family: Arial, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body {
    font-family: var(--worc-font-family) !important;
}

body, input, textarea, select, button {
    font-family: var(--worc-font-family) !important;
}

.form-control, .form-select, .form-label, .form-check-label, .btn, .nav-link, .dropdown-item {
    font-family: inherit !important;
}
