/*
Theme Name: Solar Energy
Description: A modern, reusable WordPress theme for solar energy information and resources. Features Tailwind CSS styling, interactive calculators, and comprehensive solar content.
Author: Solar Guide Team
Version: 1.0.0
Tags: solar, energy, renewable, calculator, responsive, tailwind
Text Domain: solar-energy
*/

/* Solar Energy - Main Stylesheet */

/* CSS Variables */
:root {
  --primary-blue: #2563eb;
  --primary-green: #059669;
  --accent-yellow: #f59e0b;
  --text-gray: #374151;
  --light-gray: #f9fafb;
  --border-gray: #e5e7eb;
}

/* Base Styles */
html {
  scroll-behavior: smooth;
}
