/*
Theme Name: HomePros HS
Theme URI: https://example-home-services.com/
Author: Home Services Vertical Team
Author URI: https://example-home-services.com/
Description: Elementor-ready lead-capture theme for the Home Services vertical. HomeAdvisor-inspired blue design. Every section (hero, service selector, multi-step lead form, how-it-works, why-us, FAQ, contact) is available both as a drag-and-drop Elementor widget and as a shortcode, so the site scales without code. Ships with Home, Services + per-service landing pages, About, Contact and legal pages auto-created on activation.
Version: 3.7.1
Requires at least: 6.0
Tested up to: 6.5
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: homepros-hs
Tags: elementor, business, one-page, custom-menu, featured-images, full-width-template
*/

/* Base design tokens live here so both the front end and the Elementor editor
   can read them. Section styling is in assets/css/theme.css. */
:root{
  --blue:#0B6DC7;
  --blue-dark:#0857A0;
  --blue-deep:#0B2942;
  --blue-tint:#EAF3FC;
  --blue-tint-2:#DCEBFA;
  --blue-line:#CADEF2;
  --amber:#F5871F;
  --amber-tint:#FDEBD4;
  --green:#1F8A4C;
  --green-tint:#E3F4EA;
  --ink:#16283A;
  --ink-2:#42586B;
  --ink-soft:#6E8291;
  --paper:#FFFFFF;
  --paper-2:#F4F8FC;
  --card:#FFFFFF;
  --line:#E2EAF1;
  --shadow-sm: 0 8px 20px -12px rgba(11,41,66,.22);
  --shadow-md: 0 16px 34px -18px rgba(11,41,66,.28);
  --shadow-lg: 0 30px 60px -26px rgba(11,41,66,.32);
  --radius-card: 18px;
  --radius-input: 12px;
  --radius-pill: 999px;
  --hs-maxw: 1180px;
  --font-display:'Poppins', sans-serif;
  --font-body:'Inter', sans-serif;
}
