/*
Theme Name: EdgeQ Homepage
Theme URI: https://edgeq.io/
Author: Converted for WordPress
Author URI: https://edgeq.io/
Description: Static WordPress theme reproduction of the EdgeQ "A Wireless World" homepage. Self-contained — no React, Babel, or external CDNs. All interactions (custom cursor, scroll-snap paging, section rail, hover dropdown nav, auto-advancing markets carousel, scroll-reveal) are reproduced in dependency-free vanilla JS. The "Massively Integrated" section is kept as an embedded sub-page.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edgeq
*/

/* The full visual styling for the homepage lives in edgeq.css (enqueued by
   functions.php). This file exists to register the theme with WordPress and
   to hold any minimal global resets. */

html { -webkit-font-smoothing: antialiased; }
body { margin: 0; }
