/*
Theme Name: TheVM Cinematic
Theme URI: https://thevirtualmasters.com/
Author: The Virtual Masters
Description: Cinematic scroll-driven homepage for The Virtual Masters.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: thevm-cinematic
*/

body {
	margin: 0;
	color: #071127;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #f5f8ff;
	letter-spacing: 0;
}

a {
	color: inherit;
}

.tvm-page-content {
	max-width: 920px;
	margin: 0 auto;
	padding: 96px 24px;
}

.tvm-simple-page h1 {
	margin: 0 0 24px;
	color: #061334;
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1;
	letter-spacing: 0;
}

.tvm-simple-page-body {
	font-size: 1.08rem;
	line-height: 1.7;
}

.tvm-simple-page-body img,
.tvm-simple-page-body iframe {
	max-width: 100%;
}
