/*
Theme Name: Burntree Theme
Theme URI: https://burntreetechnology.com
Author: Burntree Technology Private Limited
Author URI: https://burntreetechnology.com
Description: A custom, lightweight, SEO-optimized, conversion-focused WordPress theme for Burntree Technology Private Limited. Built for digital marketing, website development, and custom software lead generation. No page builders. Contact Form 7 ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: burntree-theme
Tags: business, services, marketing, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, two-columns, right-sidebar
*/

/*
  NOTE:
  The primary stylesheet lives in assets/css/main.css and assets/css/responsive.css.
  This style.css only carries the theme header (required by WordPress) plus a few
  fallback base styles. All real styling is enqueued from inc/enqueue.php.
*/

:root {
  --primary: #111827;
  --primary-soft: #1F2937;
  --text: #374151;
  --muted: #6B7280;
  --background: #F8FAFC;
  --section: #F1F5F9;
  --card: #FFFFFF;
  --border: #E5E7EB;
  --accent: #0F766E;
  --accent-hover: #115E59;
  --accent-soft: #CCFBF1;
  --accent-light: #5EEAD4;
  --tech-blue: #2563EB;
  --tech-blue-soft: #DBEAFE;
  --white: #FFFFFF;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}

a { color: var(--accent); }
