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

@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background: #e4dad0;
	color: #642821;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
	overflow: hidden;
	width: 100vw;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	gap: 0.75rem;
	text-align: center;
}

.wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.5rem;
	text-align: center;
}

.logo {
	width: min(260px, 72vw);
	height: auto;
	margin-bottom: 4rem;
}

.title {
	font-size: clamp(1rem, 2.4vw, 1.35rem);
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
}

.description {
	max-width: min(560px, 92vw);
	font-size: clamp(0.8rem, 1.6vw, 0.95rem);
	line-height: 1.5;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
}

.address {
	font-size: clamp(0.8rem, 1.6vw, 0.95rem);
	line-height: 1.5;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
}
