html,
body {
	height: 100%;
}

body {
	background-color: #f5f1ee;
}

.coming-soon-logo {
	width: clamp(180px, 55vw, 420px);
	height: auto;
	max-height: 62vh;
	object-fit: contain;
}

.coming-soon-copyright {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: clamp(0.72rem, 1.6vw, 0.9rem);
	letter-spacing: 0.04em;
	color: #9a6e3b;
}

.coming-soon-text {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: clamp(1.35rem, 4.2vw, 2.2rem);
	letter-spacing: 0.2em;
	color: #9a6e3b;
}
