.root {}

.theme-light {
	--mdc-theme-image-thumb-border: transparent;
	--mdc-theme-subheader-bg: var(--mdc-theme-custom-background-light);
	--mdc-theme-form-error: color-mix( in srgb, var(--mdc-theme-error), transparent 95%);
}

.theme-dark {
	--mdc-theme-image-thumb-border: var(--mdc-theme-text-disabled-on-background);
	--mdc-theme-subheader-bg: var(--mdc-theme-custom-background-medium);
	--mdc-theme-form-error: color-mix( in srgb, var(--mdc-theme-error), transparent 90%);
}