/* Keep TemplateMonster chrome independent of Telerik Default 14.5 tokens.
   Do not add k-body on <body> — that class would restyle the whole shell. */

.page-wrapper,
.main-container,
.sidebar-wrapper,
.app-header,
.app-body,
.app-container {
    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
    color: inherit;
}

.sidebar-wrapper,
.app-header {
    color: #fff;
}

.app-body {
    color: var(--bs-body-color, #212529);
}

/* v15 --kendo-font-family is inherit (same as v7/v8). Do not force Roboto on widgets. */
.k-grid,
.k-window,
.k-popup,
.k-input,
.k-picker,
.k-button {
    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}
