html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

label {
	cursor: pointer;
}

.navbar-brand {
	font-size: 1.5rem;
}

.bg-light {
	height: 100vh;
}

.form-label {
	margin-bottom: 0;
}

.article {

}
.article.title {
	font-size: 32px;
}
.article.byline {
	font-size: .9rem;
}
.article.ingress {
	min-height: 120px;
	font-size: .9rem;
	font-weight: bold;
}

.status {

}
.status.Ferdig {
	background-color: mediumseagreen;
	color: white;
}
.status.Påbegynt {
	background-color: red;
	color: white;
}
