/* front-dark.css - dark-mode counterpart to front.css, loaded right after
   it (same versioning/priority - see front.css's own header comment).
   Scope every rule under [data-dark], the same attribute src/app/globals.css
   and tvt-dark.css use for the app's built-in dark overrides - MUI's own
   --mui-palette-* variables already flip automatically with the theme, so
   most front.css rules never need a dark-only counterpart here. Add
   dark-only overrides below as needed. */

[data-dark] {
}
