/*
Theme Name: Win Bid Solutions
Theme URI: https://winbidsolutions.com
Author: Win Bid Solutions
Description: Custom WordPress theme for Win Bid Solutions, an electrical estimating and bid-support company. Built for speed, clarity, and lead generation from contractors and GCs.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: winbid
*/

/* All real styling lives in /assets/css/main.css (enqueued via functions.php).
   This file only needs the header above for WordPress to recognize the theme,
   but we keep a couple of resets here since style.css always loads first. */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }
