/* type */

.text-sm {
	font-size: 0.75rem;
}
.text-lg {
	font-size: 0.925rem;
}

b, strong {
	font-weight: 600;
}

pre.snippet {
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: justify;
}

a {
	cursor: pointer;
}