@font-face {
	font-family: 'BMono';
	src: url('/fonts/BerkeleyMonoVariable-Regular.woff2') format('woff2');
}

body {
	font-family: BMono;
	color: rgba(0,0,0,0.9);
}

.last_update {
	font-size: 0.75rem;
	color: #999;
	margin-top: -0.5rem;
}


.list_items {
	font-size: 1.2rem;
}

.list_items .extra_info {
	font-size: 1rem;
	color: #777;
}

.list_items li {
	padding-bottom: 0.5rem;
}
