.material-symbols-rounded {
	font-variation-settings:
	'FILL' 1,
	'wght' 700,
	'GRAD' 200,
	'opsz' 24
}

html{
	background-color: black;
	color: white;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

div.snac-post{
	border-radius: 2em;
	padding: 1em;
	border: 1.1px solid white;
}

div.snac-post details[open] summary{
	display: none;
}

div.snac-post div.snac-controls details[open] summary{
	display: initial;
}

@media (prefers-color-scheme: light) {
	html{
		background-color: white;
		color: black;
	}
	div.snac-post{
		border: 1.1px solid black;
		margin: 0.5em;
	}
}

/*
main{
	width: 80%;
	max-width: 70em;
	border: 0.5em solid white;
	border-radius: 2em;
	padding: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
nav{
	position: fixed;
	width: 100%;
	height: 1.5em;
	padding: 0.5em;
	margin: 0;
	bottom: 0;
	background-color: #00000099;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 50;
}
figure{
	width: 80%;
	max-width: 20em;
	height: 20em;
	max-height: 50%;
	overflow-x: auto;
	border: 0.5em solid white;
	border-radius: 1.5em;
	padding: 1em;
	display: inline-block;
	margin: 0.5em;
	box-shadow: 0 -0em 1em white;
	background-color: #00000090;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	text-align: justify;
}
a figure{
	color:white;
	transition: transform 150ms;
	z-index: 40;
}
a figure:hover{
	transform: scale(1.1);
	z-index: 60;
}
figure h1{
	font-size: 1.2em;
}
img{
	border-radius: 1em;
	display: block;
	margin: auto;
	min-width: 50%;
	min-heigh: 30%;
	max-height: 50%;
	max-width: 90%;
}
video{
	border-radius: 1em;
	display: block;
	margin: auto;
	max-height: 50%;
	max-width: 90%;
}
h1{
	text-align: center;
	font-size: 5em;
}
h2{
	text-align: center;
}
h3{
	text-align: center;
}
.boxContainer{
	text-align: center;
	display: block;
	width: 100%;
}
*/

