/*
Theme Name: 2 Way Irrigation
Theme URI: https://2wireirrigationsystem.com
Author: 2 Way Irrigation
Author URI: https://2wireirrigationsystem.com
Description: Custom WordPress theme for 2 Way Irrigation — a commercial 2-wire decoder irrigation specialist serving Houston, Dallas, Fort Worth, and San Antonio, Texas. A faithful, fully editable clone of the original React site. Every image on the site and the site-wide phone number are editable from Appearance → Customize. Includes all pages, service detail pages, city pages, and blog posts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: twi
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, blog, footer-widgets, theme-options
*/

/*
 * The compiled, self-contained stylesheet (Tailwind + custom CSS) lives in
 * assets/css/main.css and is enqueued from functions.php. This file holds only
 * the required theme header above plus a few base fallbacks used before the
 * main stylesheet loads.
 */

:root {
  --twi-blue: #1A3B7A;
  --twi-green: #3D8C2A;
  --twi-green-dark: #2f6e20;
}

body { margin: 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
