
/* style.css - Main Import File (Version 1.95) */ /* Updated version comment */

/*
  This file imports all other CSS files in the correct order.
  To add new styles, edit the appropriate file below or create a new one
  and import it here.
*/

/* Import the foundational styles first */
@import url('style-base.css');
@import url('style-themes.css'); /* This now imports all your theme files */
@import url('style-layout.css');

/* Import component and feature styles */
@import url('style-components.css');
@import url('style-menus.css');
@import url('style-gameplay.css');
@import url('style-panels.css');
@import url('style-community.css');

/* Import new blog and structural styles */
@import url('style-blog.css'); /* NEW: Import the blog specific styles */

/* Import animations last */
@import url('style-animations.css');
