/*
Theme Name: Besremi
Theme URI:
Author: Amgi Group
Author URI:
Description: A custom WordPress theme with Gutenberg block support
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besremi
Tags: block-editor, custom-blocks, gutenberg
*/

/*
 * Besremi Theme Stylesheet
 *
 * All styles are organized into separate component files
 * located in /assets/css/ and enqueued via functions.php
 *
 * Component Files:
 * - base.css         - Fonts, reset, typography
 * - layout.css       - Site structure, containers
 * - sidebar.css      - Sidebar container and sections
 * - navigation.css   - Menu styles and dropdowns
 * - buttons.css      - CTA button styles
 * - hamburger.css    - Mobile hamburger menu
 * - footer.css       - Footer styles
 * - responsive.css   - Media queries
 *
 * This approach allows for:
 * - Easy maintenance and updates
 * - Better organization by component
 * - Parallel loading for performance
 * - Clear separation of concerns
 */
