/*
Theme Name:  Bay Area
Theme URI:   https://bayarea.local
Author:      Bay Area Dev
Author URI:  https://bayarea.local
Description: Minimal WordPress theme for Bay State Energy Services with full Elementor support and custom widgets.
Version:     1.0.2
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bayarea
Tags:        full-width-template, custom-menu, elementor
*/

/* Base reset so the theme doesn't fight Elementor */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; font-family: inherit; color: #1E293B; line-height: 1.65; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; margin: 0; padding: 0; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
