@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:
		"Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	font-family: "Lovers in New York", serif;
	font-weight: bold;
	line-height: 2;
}

.button {
	color: white;
	background-color: black;
	padding: 1rem 2.25rem;
	padding-right: 1.25rem;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1.5rem;
	text-decoration: none;
	cursor: pointer;
}

.input {
	min-width: 0;
	padding: 1rem 2rem;
	border: 2px solid black;
	border-radius: 0;
	outline: none;
	font-size: 1.5rem;
}

.small {
	font-size: 0.9em;
}
