/* Shared MudBlazor helper utilities for small, reusable helpers
   Use these only for cross-component styling gaps MudBlazor utilities do not cover.
*/

/* Monospace font helper (opt-in) */
.mono-font {
    font-family: 'Cascadia Mono', monospace;
}

/* Muted/utility text */
.muted-text {
    opacity: 0.75;
}
