/*
Theme Name: Mynt Models — Homepage Concepts
Theme URI: https://www.myntmodels.com/
Author: Mynt Models
Author URI: https://www.myntmodels.com/
Description: Ten complete homepage design concepts for Mynt Models, presented for review. Each concept carries the identical copy, palette and typefaces; only the design system changes. Install, activate, then use Appearance -> Mynt Concepts to create the pages.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mynt-concepts
Tags: one-column, full-width-template, custom-colors, translation-ready
*/

/*
   This file exists because WordPress requires it: the header above is how the
   theme is identified. It deliberately contains no layout of its own.

   Every concept ships its own complete stylesheet under /static/, and those are
   enqueued per page template in functions.php. Putting rules here would leak
   them across all ten designs, which is exactly what must not happen.
*/

/* A safety net only: if a page is somehow rendered without one of the concept
   stylesheets attached, it still has a readable ground rather than a white
   screen. Any real concept stylesheet overrides all of this. */
body.mynt-fallback {
	margin: 0;
	background: #eff8eb;
	color: #384d34;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.7;
}

.mynt-fallback__wrap {
	width: min(100% - 3rem, 44rem);
	margin: 4rem auto;
}

.mynt-fallback__wrap h1 {
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.1;
}

/* Screen-reader-only, used by the skip links in the converted markup. */
.screen-reader-text,
.vh {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}
