:root {
    --mdc-theme-primary: #008ea9;
    --notice-thread-background: #58c5f8;
}

.thread.notice {
    background: var(--notice-thread-background);
}

/* html, body {
	height: auto !important;
	min-height: 100vh !important;
	overflow: initial !important;
	overflow-x: initial !important;
	overflow-y: initial !important;
}

body {

	-webkit-overflow-scrolling: touch !important;
	overflow-x: auto !important;
	overflow-y: scroll !important;

}

@media (max-width: 839px) {

	html, body { font-size: 3.5vmin; }

} */