/*
Theme Name: Strogaz Construction
Theme URI: https://strogaz.com.ua
Author: Gemini
Author URI: https://google.com
Description: Custom theme for STROGAZ Construction Company. Features Light/Dark mode and modern "Fire" design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: strogaz-theme
*/

/* Base reset is handled in assets/css/main.css */
body {
    background-color: var(--bg-color, #ffffff);
    color: var(--text-color, #333333);
}
