/*
Theme Name: Nova Blank (Elementor Base)
Theme URI: https://novaglobalgroup.wpcomstaging.com/
Description: A lightweight, minimalist blank base theme that hands full control of headers, footers, and page templates to the Elementor site builder. Built to replace Astra so the site is driven entirely by Elementor Pro, with no theme-injected styling of its own.
Author: Nova Global
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nova-blank
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

/* Intentionally minimal. All visual styling is provided by Elementor. */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
