/*
Theme Name: Mac Profi V2
Theme URI: https://mac-profi.ru/
Author: Mac Profi
Description: SEO-first landing child theme for the Mac Profi website.
Template: mac-profi-theme
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mac-profi-v2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * The landing page styles are generated by Vite and loaded from dist/manifest.json.
 * These rules only provide a readable fail-safe if the generated fragment is absent.
 */
.mp-v2-build-error {
	margin: 0 auto;
	max-width: 72rem;
	padding: 5rem 1.5rem;
	color: #f4f7fb;
	background: #000b1d;
	font: 400 1rem/1.6 Arial, sans-serif;
}

.mp-v2-build-error h1 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.05;
}
