/*
Theme Name: MagnovaLabs
Theme URI: https://magnovalabs.com
Author: MagnovaLabs
Author URI: https://magnovalabs.com
Description: Where Innovation Defies Gravity — A blazing-fast, zero-bloat WordPress theme engineered by MagnovaLabs. Built as a pure blank canvas for Elementor Pro, it stays invisible so your designs can shine. No imposed styles, no demo content — just raw performance and limitless creative freedom.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnovalabs
Tags: elementor, blank, lightweight, fast, custom, performance, woocommerce, full-width-template, theme-builder, translation-ready
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* === Minimal Reset === */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}