
/*
Theme Name: Libya Economic Review
Description: A modern news theme for Libya Economic Review - trusted economic and energy news platform
Version: 1.0
Author: Libya Economic Review
*/

/* Import all CSS modules */
@import url('css/base.css');
@import url('css/layout.css');
@import url('css/components.css');
@import url('css/utilities.css');
@import url('css/responsive.css');

/* Theme-specific overrides and WordPress compatibility */
.wp-block-group {
    margin: 0;
}

/* Ensure proper theme integration */
body.ler-theme {
    background-color: var(--ler-navy);
}

/* WordPress editor compatibility */
.block-editor-page .edit-post-visual-editor {
    background-color: var(--ler-navy);
}
