/*
Theme Name: Peakspan AE V2
Theme URI: https://peakspan.ae/
Author: Peakspan
Description: Fail-closed WordPress wrapper for the current Peakspan V2 gateway, classic, 3D and V1 presentation.
Version: 0.3.4
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: peakspan-ae-v2
*/

:root {
	color-scheme: light;
}

body.peakspan-fallback {
	box-sizing: border-box;
	min-height: 100vh;
	margin: 0;
	padding: clamp(2rem, 8vw, 7rem);
	background: #f7f6f2;
	color: #151515;
	font: 400 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.peakspan-fallback main {
	max-width: 46rem;
}

.peakspan-fallback h1 {
	font-size: clamp(2rem, 6vw, 4.5rem);
	line-height: 1;
}

.peakspan-fallback a {
	color: inherit;
}
