/* ============================================================================
   DX ↔ brand bridge — registered WITH the DevExpress theme via
   ThemeManager (Themes.Fluent.Clone(p => p.AddFilePaths("css/brand-fluent.css"))),
   NOT as a plain <link> in App.razor. That way it loads/unloads with the theme
   and survives runtime light/dark swaps.

   The accent is the BUILT-IN Fluent Blue palette (owner's pick) — DX's own
   accents/blue.min.css defines the --dxds-primary-* scale, so no color remap
   lives here. This file only layers the brand typography onto DX components.
   (If a custom accent ever returns, the documented hook is overriding all 17
   --dxds-primary-* variables here — see docs.devexpress.com/Blazor/405705.)
   ========================================================================== */

:root {
    /* Brand font for all DX components (fonts.css provides Archivo) */
    --dxds-font-family-sans-serif: 'Archivo', 'Segoe UI', system-ui, -apple-system, sans-serif;
}
