/*****************************************************
 * Theme: MADC Theme
 * Description: Main stylesheet that imports all partials
 *****************************************************/

/************************ Reset & Base *******************
 * Base styles, CSS variables, and fundamental resets
 ****************************************************/
@import url("partials/base.css");
@import url("partials/theme_colors.css");

/********************* Typography **********************
 * Font definitions and typography styles
 ****************************************************/
@import url("partials/fonts.css");
@import url("partials/typography.css");

/********************* Components *********************
 * Reusable UI components and elements
 ****************************************************/
@import url("partials/components.css");
@import url("partials/buttons.css");
@import url("partials/video.css");
@import url("partials/swiper.css");
@import url("partials/animate.css");

/********************** Layout ***********************
 * Layout and structure related styles
 ****************************************************/
@import url("partials/container.css");
@import url("partials/pagetitle.css");
@import url("partials/footer.css");
@import url("partials/header.css");

/********************* Theme Core ********************
 * Main theme styles and customizations
 ****************************************************/
@import url("partials/theme.css");

/********************* Editor Styles ******************
 * Styles specifically for current theme
 ****************************************************/
@import url("partials/unique_custom_style.css");

