/*
Theme Name: LogicsDev Directory
Theme URI: https://logicsdev.com/logicsdev-directory
Author: LogicsDev
Author URI: https://logicsdev.com
Description: A complete, theme-first business directory system for WordPress. Includes a Listing custom post type, dynamic taxonomies (categories, tags, countries, states, cities, regions, amenities), a drag-free custom field builder, business claims, reviews, reports, packages, payments/invoices, a frontend business dashboard, advanced search & filters, and a dedicated "LogicsDev Directory" admin management area. No separate directory plugin required.
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: logicsdev-directory
*/

:root{
  --ld-primary:#0f8a4c;
  --ld-primary-dark:#0b6b3a;
  --ld-primary-light:#e9f5ee;
  --ld-accent:#f2a93b;
  --ld-text:#171f1a;
  --ld-muted:#5c665c;
  --ld-bg:#ffffff;
  --ld-bg-section:#f0f3f0;
  --ld-card:#ffffff;
  --ld-border:#e2e8e2;
  --ld-radius:10px;
  --ld-font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --ld-font-heading:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

* { box-sizing:border-box; }
body { font-family:var(--ld-font-body); color:var(--ld-text); background:var(--ld-bg); margin:0; line-height:1.6; }
h1,h2,h3,h4,h5,h6 { font-family:var(--ld-font-heading); line-height:1.25; margin:0 0 .5em; }
a { color:var(--ld-primary); text-decoration:none; }
a:hover { color:var(--ld-primary-dark); }
img { max-width:100%; height:auto; display:block; }
.ld-container { max-width:1200px; margin:0 auto; padding:0 20px; }
