/*
Theme Name: EchoForge Tech
Theme URI: https://echoforge.tech/
Author: Antigravity
Author URI: https://echoforge.tech/
Description: A premium, industrial, and high-performance WordPress theme designed specifically for a Steel Frames Manufacturing Company. Features a modern design, Custom Post Types, Elementor support, and dynamic Three.js interactions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: echoforge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* Core CSS structure relies on assets/css/main.css - this file is primarily for WP Theme Meta */

:root {
    --color-primary: #1F2937;
    /* Dark Charcoal */
    --color-secondary: #9CA3AF;
    /* Steel Grey */
    --color-accent: #3B82F6;
    /* Subtle Blue Accent */
    --color-light: #F3F4F6;
    --color-dark: #111827;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Roboto', sans-serif;
}