:root {
	--alis-category-labelcolor: #fff;
	--alis-category-markcolor: #b8b8b8;
	--alis-category-textshadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

ul.list li {
	font-weight: inherit;
	line-height: 2;
	letter-spacing: 0.06em;
}
	ul.list li::before {
		background: #BFB0BB;
		width: 4px;
		height: 4px;
	}

.articles li.motion {
	transition: none;
}
