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

html,
body,
body *:not(code):not(pre):not(kbd):not(samp) {
    font-family: var(--app-font) !important;
}
