/*!
 * Theme Name:       EZ Builder Theme
 * Theme URI:        https://example.com/ez-builder-theme
 * Description:      A modern, responsive WordPress theme built with Tailwind CSS and semantic PHP.
 * Version:          1.0.0
 * Author:           Your Name
 * Author URI:       https://example.com
 * License:          GPL v2 or later
 * License URI:      https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:      ez-builder-theme
 * Domain Path:      /languages
 * Requires at least: 5.0
 * Requires PHP:     7.4
 * 
 * This theme incorporates the following technologies:
 * - Tailwind CSS (Utility-first CSS framework)
 * - Semantic HTML5
 * - WCAG 2.1 Accessibility Standards
 * - Responsive Mobile-First Design
 */

/*
 * Tailwind CSS Styles
 * 
 * The main Tailwind CSS stylesheet is compiled and enqueued in functions.php
 * This file serves as the theme identifier for WordPress while maintaining
 * the theme's styling through compiled Tailwind assets.
 */

:root {
  --color-primary: #3b82f6;
  --color-secondary: #10b981;
  --color-accent: #f59e0b;
  --color-text: #1f2937;
  --color-text-light: #6b7280;
  --color-border: #e5e7eb;
  --color-bg: #ffffff;
  --color-bg-alt: #f9fafb;
}
