/*
Theme Name: Advanced WP Theme
Theme URI: https://example.com/advanced-wp-theme
Author: WordPress Developer
Author URI: https://example.com
Description: An advanced WordPress theme with Elementor and WooCommerce support, optimized for performance and featuring Bootstrap integration.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.4
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: advanced-wp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, bootstrap, elementor, woocommerce, responsive, mobile-first

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* 
This is the main stylesheet for the theme.
Most styles will be loaded from the assets/css directory.
*/

/* Import Bootstrap and theme styles */
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/main.css');
@import url('assets/css/responsive.css');
