/*
Theme Name: Provost News Coming Soon
Description: Temporary one-page coming soon theme for Provost News.
Version: 1.0.2
Author: Provost News
Text Domain: provost-coming-soon
License: Proprietary
*/

@font-face {
	font-family: "Abril Fatface";
	src:
		url("fonts/AbrilFatface-Regular.woff2") format("woff2"),
		url("fonts/AbrilFatface-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gelasio";
	src:
		url("fonts/Gelasio-Regular.woff2") format("woff2"),
		url("fonts/Gelasio-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gelasio";
	src:
		url("fonts/Gelasio-SemiBold.woff2") format("woff2"),
		url("fonts/Gelasio-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	background: #F7F4EE;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #F7F4EE;
	color: #1F1F1F;
	font-family: "Gelasio", Georgia, serif;
	overflow: hidden;
	overscroll-behavior: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

.coming-soon-page {
	display: grid;
	width: 100%;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	place-items: center;
	padding: 2rem;
	overflow: hidden;
}

.coming-soon-brand {
	display: grid;
	justify-items: center;
	gap: clamp(1rem, 3vw, 1.5rem);
	text-align: center;
}

.coming-soon-logo {
	display: block;
	width: min(78vw, 560px);
	margin: 0;
}

.coming-soon-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.coming-soon-text-logo {
	font-family: "Abril Fatface", Georgia, serif;
	font-size: clamp(3rem, 16vw, 8rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
	margin: 0;
}

.coming-soon-status {
	margin: 0;
	color: #7A1F2B;
	font-family: "Gelasio", Georgia, serif;
	font-size: clamp(1.15rem, 3vw, 1.75rem);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
