/*
Theme Name: Flash Party
Theme URI: https://store.floridaman.party
Author: Site Team
Author URI: https://store.floridaman.party
Description: A fun, flashy, high-energy WordPress theme with animated gradients and bold typography.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flash-party
Tags: blog, e-commerce, custom-logo, custom-menu, featured-images, translation-ready
*/

/* Core fallback styles load first; detailed design is in assets/css/theme.css */
:root {
  --flash-bg: #0b1021;
  --flash-text: #f4f7ff;
}

body {
  margin: 0;
  background: var(--flash-bg);
  color: var(--flash-text);
}
