@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&family=Great+Vibes&display=swap');

.emilys-candy-regular {
	font-family: "Emilys Candy", serif;
	font-weight: 400;
	font-style: normal;
}

.great-vibes-regular {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}

figure {
	border: 1px solid var(--bs-secondary); /* #eee; */
}

figure>figcaption {
	padding: 0.5rem;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 36px;
}

.photo-album img:hover {
	cursor: pointer;
}

pre.caption {
	font: inherit;
	white-space: pre-line;
}

.modal.modal-photo-album img {
	max-height: calc(100vh - 56px - 56px);	/* 56 for top bar and 56 for bottom */
}
