html {
	transition: background-color 0.3s ease, color 0.3s ease;
}

html[data-theme='dark'] .ast-header {
	background: rgba(12, 16, 27, 0.9);
}
