.theme-container .icon-ok {
	
	color: rgb(var(--ColorOK)) !important;
	
}

.theme-container .icon-warn {
	
	color: rgb(var(--ColorWarn)) !important;
	
}

.theme-container .icon-error {
	
	color: rgb(var(--ColorError)) !important;
	
}

.theme-container .icon-info {
	
	color: rgb(var(--ColorInfo)) !important;
	
}

.theme-container .icon-link {
	
	color: rgb(var(--ColorAccentDark));
	
}

.theme-container .icon-link:hover {
	
	color: rgb(var(--ColorAccentBright));
	
}

.theme-container .icon-text {
	
	font-family: var(--FontHeading);
	
}

.theme-container *:not(.icon-link) > i {
	
	color: rgb(var(--ColorAccentBright));
	
}