/* ==========================================================================
   h-omeyocan-cms - Main Stylesheet
   Modular CSS architecture with separated concerns
   ========================================================================== */

/* --- Foundation --- */
@import url('variables.css');   /* Design tokens and theme configuration */
@import url('base.css');        /* Reset and global element styling */

/* --- Layout & Structure --- */
@import url('layout.css');      /* Page wrapper and container */
@import url('header.css');      /* Header, navigation, search, hero */
@import url('sidebar.css');     /* Sidebar panel with widgets */

/* --- Components --- */
@import url('components.css');  /* Reusable UI components (buttons, cards, tags) */
@import url('video-embeds.css'); /* Video embeds (YouTube, Rutube, VK) */
@import url('video-timestamps.css'); /* Clickable video timestamps */

/* --- Page-Specific Styles --- */
@import url('index.css');       /* Homepage/index page (posts feed) */
@import url('post.css');        /* Individual post/article pages */
@import url('pages.css');       /* Other pages (404, archive, tags, glossary) */
