/*
Theme Name: Relia Spacetech
Theme URI: https://reliaspacetech.com
Author: Relia Spacetech
Author URI: https://reliaspacetech.com
Description: Lightweight custom WordPress theme for Relia Spacetech, built for Elementor Free with a centralized Global Design Settings system controlling fonts, colors, typography, backgrounds and buttons site-wide.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relia-spacetech
*/

/* All visual styling lives in assets/css/style.css so that the Global Design
   Settings engine (inc/class-global-design-settings.php) can enqueue it
   alongside the dynamically generated CSS-variable stylesheet. This file
   exists to satisfy the WordPress theme header requirement and provide a
   minimal safety-net reset in case the asset stylesheet fails to load. */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
