/*
Theme Name: Heavy Parts Industrial
Theme URI: https://example.com/heavy-parts-industrial
Author: Your Company
Author URI: https://example.com
Description: A fully editable WordPress theme for heavy-equipment / tractor-parts distributors, inspired by industrial parts-supplier sites. Includes a top contact bar, mega menu, hero banner, editable Product Category Tiles, editable Promo Banners, a news section, and a widgetized footer with newsletter signup. Every section is editable from wp-admin (Customizer, Menus, Widgets, and two custom post types) — no code editing required.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heavy-parts
Tags: e-commerce-partial, industrial, custom-menu, featured-images, footer-widgets, full-width-template

This is the master stylesheet. Structural/component CSS lives in assets/css/main.css
and is enqueued from functions.php — this file just needs the theme header comment
above (required by WordPress) plus root design tokens so they're available even if
someone inspects style.css directly.
*/

:root{
  --hp-navy:#0d2436;
  --hp-navy-light:#123049;
  --hp-yellow:#f5b400;
  --hp-yellow-dark:#d99e00;
  --hp-gray:#f4f5f7;
  --hp-gray-dark:#5a6472;
  --hp-white:#ffffff;
  --hp-border:#e3e6ea;
  --hp-radius:6px;
  --hp-max:1280px;
}
