/* ============================================================
   PERIPLUS DESKTOP 2026 — Premium Glass v5
   Modüler CSS entry (import zinciri).

   Yeni bir tasarım kuralı eklemek için:
   - Filtre / sol sidebar       → filter.css
   - Sağ panel                  → panel.css
   - Footer / alt bar           → subheader.css
   - Header / arama / login     → header.css
   - Eriadne                    → eriadne.css
   - Sit/risk chip+badge        → chips.css
   - Dropdown popoverlar        → dropdowns.css
   - Renk/spacing tokenları     → _tokens.css
   - GAUS/PERIPLUS koruması     → brand-protect.css (DOKUNMA, en sonda)

   Sıra önemli: tokens önce, brand-protect en sonda kalmalı.
   ============================================================ */

@import url("./_tokens.css");
@import url("./header.css");
@import url("./filter.css");
@import url("./panel.css");
@import url("./subheader.css");
@import url("./dropdowns.css");
@import url("./eriadne.css");
@import url("./chips.css");

/* ⚠️ EN SONDA — brand fontlarını koruma rule'ları */
@import url("./brand-protect.css");
