e446f1ff09
.symbolPalette/.selectedPreview/.currentSymbol are used by both Faktiskā's IconInputs.tsx and Brīdinājumi's Warnings.tsx, but were only defined in mapGraphics.css (Faktiskā's own stylesheet, twice, with a fully dead first version) and then size-patched for both consumers via !important overrides in weatherIcons.css. Moved the one real definition into weatherIcons.css, the file both pages actually import, and removed the dead/duplicate/!important versions. No visual change intended — verified via headless-browser screenshot on Faktiskā and computed-style checks on both pages. One incidental fix: .currentSymbol.empty's Inter font was silently losing to the !important rule; normal cascade now applies it correctly again.