/* =============================================================================
 * kendo-theme.css — slot for a Telerik ThemeBuilder export.
 *
 * This file is loaded AFTER `_content/Telerik.UI.for.Blazor/css/kendo-theme-bootstrap/all.css`
 * but BEFORE `theme.css` (the OmniTechRx token + runtime --kendo-color-*
 * override layer). Two integration modes are supported:
 *
 *   1) "Augment" (current default): leave this file as-is. theme.css
 *      pushes --kendo-color-primary etc. via runtime CSS variables on top
 *      of the stock Bootstrap kendo theme — no rebuild required, easy to
 *      tweak palette values in scss/_tokens.scss.
 *
 *   2) "Replace": export a custom theme bundle from
 *      https://themebuilder.telerik.com/blazor-ui (pick the Bootstrap base,
 *      paste the OmniTechRx hex values from scss/_tokens.scss, hit Export),
 *      then replace the contents of THIS file with the export's CSS. The
 *      runtime overrides in theme.scss will continue to layer on top so
 *      flag-driven runtime palette swaps still work.
 *
 * Either mode is valid; pick one. Empty placeholder ships with the repo so
 * Aspire static-files manifest is stable.
 * ============================================================================= */
