@font-face {
	font-family: "Amiamie";
	src: url("Amiamie-Typeface-main/webfonts/Amiamie-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

html,
body,
#Root {
	height: 100%;
	margin: 0;
	font-family: "Amiamie", sans-serif;
}

.Next {
	appearance: none;
	background-color: #0000;
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	inset: 0;
}

.Caption {
	text-align: center;
	color: #fff;
	mix-blend-mode: difference;
	-webkit-user-select: none;
	user-select: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "Amiamie", sans-serif;
	line-height: 1;
	display: flex;
	position: fixed;
	inset: 0;
}

.CaptionSource {
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0 !important;
	text-align: center;
}

.Caption > span {
	padding: 0.25em 0.5em 0.5em;
}

.Source {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: #fff;
	display: grid;
	place-items: center;
	padding: 0;
	font-family: "Amiamie", sans-serif;
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
	mix-blend-mode: difference;
	cursor: pointer;
}

.Share {
	position: fixed;
	right: 7.5rem;
	bottom: 2rem;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	display: grid;
	place-items: center;
	padding: 0;
	mix-blend-mode: difference;
	cursor: pointer;
}

.Source img,
.Share img {
	display: block;
	width: 65%;
	height: 65%;
	object-fit: contain;
	filter: invert(1);
}

.Source:hover,
.Source:focus-visible,
.Share:hover,
.Share:focus-visible {
	background-color: #fff;
	color: #000;
	outline: none;
}

.Source:hover img,
.Source:focus-visible img,
.Share:hover img,
.Share:focus-visible img {
	filter: none;
}

.ShareMenu {
	position: fixed;
	right: 12.5rem;
	bottom: 2.8rem;
	z-index: 3;
	width: auto;
	padding: 0.25rem;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	display: flex;
	gap: 0.15rem;
	mix-blend-mode: difference;
}

.ShareMenu[hidden] {
	display: none;
}

.ShareMenu button,
.ShareMenu a {
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 0.75rem;
	line-height: 1.1;
	padding: 0.45rem 0.5rem;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.ShareMenu button:hover,
.ShareMenu button:focus-visible,
.ShareMenu a:hover,
.ShareMenu a:focus-visible {
	background: #fff;
	color: #000;
	outline: none;
}

.Of {
	width: 100%;
	height: 100%;
}

.Within {
	height: 100%;
}

.Within--a {
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
}

.Within--b {
	width: 75%;
	height: 75%;
}

.Beside {
	width: 100%;
	height: 100%;
	display: flex;
}

.Beside--a,
.Beside--b {
	flex: 1;
}

.On {
	flex-direction: column;
	width: 100%;
	height: 100%;
	display: flex;
}

.On > div,
.On--a,
.On--b {
	flex: 1;
}

/*# sourceMappingURL=index.ed5f4641.css.map */
/*# sourceMappingURL=index.ed5f4641.css.map */
