/*
 * Page headings (`<h1 class="fi-header-heading">`) render in Filament's
 * default gray-950. Override to the brand primary blue (--color-secondary-700)
 * so headings carry the brand color across the panel.
 */
.fi-header-heading {
    color: #0d2ea0;
}

html.dark .fi-header-heading {
    color: #ffffff;
}
