/**
  [Anime Tracker/Anime izleme takip listesi.
    https://www.sicakcikolata.com]
  Copyright (C) 2025 [Okan Sumer]
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 MA 02110-1301, USA.
 */

/* =====================================================================
   Stylesheet loader. style.css was split into css/*.css in 0.6.7
   (pure reorganization, no visual change). Every page still links
   <link rel="stylesheet" href="style.css"> unchanged - this loader
   pulls in the modules IN ORIGINAL CASCADE ORDER. Import order is
   significant: it must match the original top-to-bottom order so
   specificity/override behavior stays identical. If any module is
   missing from the deployment/ZIP, its rules silently vanish, so
   packaging must include the whole css/ directory.
   ===================================================================== */

@import url('css/base.css');
@import url('css/components.css');
@import url('css/list.css');
@import url('css/series.css');
@import url('css/emotion.css');
@import url('css/filler.css');
@import url('css/lang.css');
@import url('css/help.css');
