/*
Theme Name: MapsHunt
Theme URI: https://mapshunt.com
Author: MapsHunt Team
Author URI: https://mapshunt.com
Description: SaaS theme for local business lead generation with Google Maps scraping
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: localleadhunter
Domain Path: /languages
*/

:root {
  --primary: #3b82f6;
  --primary-dark: #2563eb;
  --light-bg: #f8fafc;
  --text-dark: #1e293b;
  --border-color: #e2e8f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.smooth-scroll {
  scroll-behavior: smooth;
}
