@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	src: url("fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2") format('woff2'), url("fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].ttf") format('truetype');
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	vertical-align: middle;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

.fill {
	font-variation-settings: 'FILL' 1;
}

/* Rules for using icons as black on a light background. */
.dark {
	background: black;
	color: rgba(255, 255, 255, 1);
	font-variation-settings: 'GRAD' -25;
}

.dark-inactive {
	background: black;
	color: rgba(255, 255, 255, 0.3);
	font-variation-settings: 'GRAD' -25;
}