/*
Theme Name: Limitless Wraps
Theme URI: https://example.com/limitless-wraps-theme
Author: Jonah / ChatGPT
Author URI: https://dacostaconsulting.ca
Description: Ultra-light, Elementor-friendly theme with clean header/footer and a blank canvas template. No opinionated styles, perfect for custom HTML sections in Elementor.
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.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: limitless-wraps
Tags: elementor, minimal, responsive, blank-canvas
*/

/* Keep style.css mostly empty to avoid fighting Elementor. Variables go here. */
:root{
  --lw-ink:#0b0f14;
  --lw-text:#eaf2f8;
  --lw-accent:#00c8ff; /* Update to match the neon glow from the sign */
  --lw-muted:#6b7a90;
  --lw-bg:#0a0e13;
  --lw-surface:#0f141b;
  --lw-radius:16px;
}

html{scroll-behavior:smooth;}
/* WordPress core alignment helpers */
.alignwide{max-width:min(1200px,92vw);margin-inline:auto;}
.alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);}
*/
