/* ================================================
   AVIATION WARNING SYSTEMS — style.css
   ================================================
   Entry point. The cascade order below matters:

     1. base.css         → tokens, reset, typography
     2. utilities.css    → shared atoms (labels, dividers)
     3. header.css       → top bar
     4. mobile-menu.css  → hamburger + overlay
     5. lang-switcher.css → EN/EL/IT toggle
     6. fts.css          → embedded "About FTS" section (index.html)
     7. about-page.css   → standalone About page (about.html)
     8. product.css      → reusable product template
     9. legacy.css       → orphaned rules (review & delete)

   Each module is self-contained; do not add new
   rules here. Add them to the matching module
   (or create a new one) so the structure stays
   maintainable for future developers.

   Naming convention:
     fts.css        → styles ONLY the .fts-about* / .fts-pillar
                      classes on index.html
     about-page.css → styles ONLY the .about-page* /
                      .contact-* / .map-* classes on about.html
     about.css      → does NOT exist (renamed to fts.css to
                      avoid confusion)
   ================================================ */

@import url('./base.css');
@import url('./utilities.css');
@import url('./header.css');
@import url('./mobile-menu.css');
@import url('./lang-switcher.css');
@import url('./fts.css');
@import url('./about-page.css');
@import url('./product.css');
@import url('./legacy.css');
