/*
Theme Name: Party Match RSVP Theme
Author: Frederick Heino Otto
Description: Fullscreen WordPress Theme fuer die Party Match RSVP Geburtstagseinladung. Entwickelt fuer das Plugin Party Match RSVP.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: party-match-theme
*/

html {
	min-height: 100%;
	background: #090416;
}

body {
	min-height: 100%;
	margin: 0;
	background: #090416;
	color: #fff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: inherit;
}

.pmt-fallback {
	display: grid;
	place-items: center;
	min-height: 100svh;
	padding: 32px;
	background: radial-gradient(circle at top left, rgba(255,45,122,.25), transparent 34%), linear-gradient(135deg, #090416, #17072e);
}

.pmt-fallback-card {
	max-width: 720px;
	padding: 42px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 32px;
	background: rgba(255,255,255,.08);
	box-shadow: 0 24px 80px rgba(0,0,0,.35);
	text-align: center;
}

.pmt-fallback-card h1 {
	margin: 0 0 16px;
	font-size: clamp(38px, 7vw, 74px);
	line-height: .95;
	letter-spacing: -.06em;
}

.pmt-fallback-card p {
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255,255,255,.78);
}
