/* Filter bar for the /projects index. The cards themselves are styled by the
   theme's .project-cards component (assets/scss/_projects.scss). */
[data-filter] {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 0 0 2.5rem;
	padding: 0;
	list-style: none;
}
[data-filter] li {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
[data-filter] label {
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: var(--ink);
}
