/*
Theme Name: Creative Agency Landing Page
Theme URI: https://example.com/creative-agency-landing-page
Author: Converted for WordPress
Author URI: https://example.com
Description: A converted React/Vite creative agency landing page packaged as a WordPress theme with bundled image and video assets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creative-agency-landing-page
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #09090b;
}

#root {
  min-height: 100vh;
}
