/* Styles specific to index.html (language picker) */

.sub-title {
	display: block;
	margin-bottom: 22px;
	font-size: .78em;
	font-weight: 400;
	line-height: 23px;
	color: var(--muted);
}

.langs {
	display: flex;
	justify-content: center;
	gap: 10px;
}