@font-face {
	font-family: 'Simonetta';
	font-style: normal;
	font-weight: 400;
	src: url('/static/fonts/simonetta-400.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Simonetta';
	font-style: normal;
	font-weight: 700;
	src: url('/static/fonts/simonetta-700.ttf') format('truetype');
	font-display: swap;
}

html, body, #app, .nicegui-content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.simonetta-label {
	font-family: 'Simonetta', Georgia, 'Times New Roman', serif;
}

.hero-content {
	justify-content: flex-start;
	padding-top: 6vh;
}

@media (min-width: 1024px) {
	.hero-content {
		justify-content: center;
		padding-top: 0;
	}
}

.save-the-date-label {
	font-size: clamp(2rem, 6vw, 4.2rem);
	line-height: 1.1;
	white-space: nowrap;
	margin-bottom: clamp(0.3rem, 1vh, 0.8rem);
}

.name-label {
	font-size: clamp(2.2rem, 7vw, 5rem);
	line-height: 1.1;
	white-space: nowrap;
	margin-bottom: clamp(0.4rem, 1.2vh, 1rem);
}

@media (min-width: 1024px) {
	.save-the-date-label {
		margin-bottom: 2.1rem;
	}

	.name-label {
		margin-bottom: 3.4rem;
	}

    .date-label {
		margin-bottom: 3.4rem;
	}
}

.date-label {
	font-size: clamp(1.2rem, 3.4vw, 2rem);
	line-height: 1.25;
	white-space: normal;
	max-width: 90vw;
	text-wrap: balance;
}

.gold-label {
	color: #af9927;
}

.green-label {
	color: #344c11;
}

.heart-img {
	width: 157px;
	height: auto;
}

.initials-img {
	width: 250px;
	height: auto;
	display: block;
	margin-top: 1rem;
}

@media (min-width: 1024px) {
	.initials-img {
		position: fixed;
		width: 300px;
		bottom: 20%;
		right: 20%;
		margin: 0;
	}
}

body {
	background-image: url('/static/lower_left_corner.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: min(100vw, 716px) auto;
	background-attachment: fixed;
}
