@font-face {
	font-family: 'Lovers in New York';
	src: url('fonts/lovers_in_new_york-webfont.woff2') format('woff2'),
		url('fonts/lovers_in_new_york-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lovers in New York';
	src: url('fonts/lovers_in_new_york_bold-webfont.woff2') format('woff2'),
		url('fonts/lovers_in_new_york_bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* --- RESET ---
* https://www.joshwcomeau.com/css/custom-css-reset/
*/

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

* {
	padding: 0;
	margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords;
	}
}

html {
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

p {
	text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

/*
* END RESET
*/

html {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#title {
	display: flex;
	justify-content: center;
	padding: 2.5rem 1rem;
	padding-bottom: 3.75rem;
}

#title>h1 {
	max-width: 100dvmin;
	font-family: 'Lovers in New York', serif;
	font-size: calc(min(15dvmin, 200px));
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#photo {
	display: flex;
	justify-content: center;
}

#photo>img {
	max-width: 100dvw;
	max-height: 100dvh;
}
