/*
Theme Name: Emarketace
Theme URI: https://emarketace.com
Author: Emarketace
Author URI: https://emarketace.com
Description: A premium, high-conversion WordPress theme for the Emarketace digital marketing brand. Elementor & Gutenberg compatible, SEO-ready, Core Web Vitals friendly. Ships with an Agency homepage and a Personal Consultant homepage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emarketace
Tags: blog, one-column, two-columns, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, footer-widgets
*/

/* Base globals only — full design system lives in assets/css/main.css so this
   file stays lightweight for the WP.org header-parsing requirement. */
:root{
  --color-primary: #2E5B97;
  --color-primary-dark: #183A63;
  --color-white: #FFFFFF;
  --color-light: #F3F7FC;
  --color-text: #1E2A3A;
  --color-text-muted: #5B6B7F;
  --color-border: #E3EAF3;
}
body{ font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--color-text); }
