/* ========================================================================= */
/* ========================== MAIN CSS IMPORTS ============================ */
/* ========================================================================= */

/* Import order matters for CSS cascade - from general to specific */

/* ========================================================================= */
/* FOUNDATION - Base styles that everything builds upon */
/* ========================================================================= */

/* CSS Reset and normalization */
@import url('./stylesheet/reset.css');

/* CSS Variables and theme system */
@import url('./stylesheet/variables.css');

/* Font declarations */
@import url('./stylesheet/fonts.css');

/* Typography system */
@import url('./stylesheet/typography.css');

/* ========================================================================= */
/* COMPONENTS - Reusable UI elements */
/* ========================================================================= */

/* Custom cursor system */
@import url('./components/cursor.css');

/* Loading indicators */
@import url('./components/loading-indicator.css');

/* Header component */
@import url('./components/header.css');

/* Admin toolbar */
@import url('./components/admin-toolbar.css');

/* Button system */
@import url('./components/buttons.css');

/* Media modal */
@import url('./components/media-modal.css');



/* ========================================================================= */
/* STRUCTURES - Layout and page structures */
/* ========================================================================= */

/* Scroll container system */
@import url('./structures/scroll-container.css');

/* Page sections layout */
@import url('./structures/sections.css');

/* ========================================================================= */
/* LEGACY FILES - To be refactored */
/* ========================================================================= */

/* Remaining styles from original files - will be broken down later */
@import url('./styles.css');

/* Edit mode and admin styles - minimal component-based */
@import url('./components/editor.css');

/* ========================================================================= */
/* END IMPORTS */
/* ========================================================================= */