/*
Theme Name:        Events 4U Productions
Theme URI:         https://events4uproductions.com/
Author:            Events 4U Productions
Author URI:        https://events4uproductions.com/
Description:       Custom WordPress theme for Events 4U Productions — interactive event experiences, branded activations, live walls, photo mosaics, guest galleries, lead capture, and photo/video booth production across Central & South Florida. Booth rentals powered by PhotoBoothEvents4U. Bilingual EN/ES. Built mobile-first with custom post types for experiences, packages, event types, service areas, booths, testimonials, and FAQs.
Version:           1.1.0
Requires at least: 6.2
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       events4u
Tags:              custom-theme, event-production, mobile-first, custom-post-types, accessibility-ready
*/

/*
  Primary design system lives in assets/css/main.css (enqueued in functions.php).
  This file holds the required WordPress theme header plus a minimal fallback.
*/

:root {
  --gold: #C9A84C;
  --black: #0A0A0A;
  --white: #FFFFFF;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.7;
}

a { color: var(--gold); }
