/*
Theme Name: Nocturne Visuals
Theme URI: https://example.com/
Author: Imported from React/Vite
Description: Custom theme reproducing the Nocturne Visuals Hub landing site with video portfolios.
Version: 1.0.0
Text Domain: nocturne-visuals
*/

/* Base body style so WP has at least minimal layout before app.css loads */
body {
  margin: 0;
  background-color: #05070c;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

