:root {
	--BODY-BG: url("https://static.igem.wiki/teams/5645/wiki-images/body/body-lightmode-bg.webp");
}

:root[data-theme="dark"] {
	--BODY-BG: url("https://static.igem.wiki/teams/5645/wiki-images/body/body-darkmode-bg.webp");
}

body {
	background-image: var(--BODY-BG);
}

iframe {
	border: none;
}

.attributions-container {
	background-color: #f8f3e2;
	margin: 0 calc(1rem + 2vw);
	border: none;
	border-radius: 1rem;
	padding: 2rem calc(1rem + 1.5vw);
}

:root[data-theme="dark"] .attributions-container {
	/* background-color: #e3decd; */
	background-color: #7c736b;
	color-scheme: light;
}

@media screen and (max-width: 960px) {
	body {
		background-position: right;
	}
}
