/* Shared tokens for the 16-bit main screen (PLAN-3 Phase F). The flight-category palette is referenced
   by the scene, the cards and the graphical TAF; the pixel/retro fonts come from Google Fonts (linked in
   index.html). Component-specific styles live in each *.razor.css. */
:root {
    --vfr: #3ad07a;
    --mvfr: #38a3f0;
    --ifr: #ff5468;
    --lifr: #d65cff;
    --amber: #ffb938;
    --ink: #eef2f8;
    --dim: #aab4c8;
}
