/**
 * KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
 * Copyright 2025 by Keenthemes Inc
 */

@custom-variant kt-theme-switch-light {
	[data-kt-theme-switch-mode='light'] & {
		@slot;
	}
}

@custom-variant kt-theme-switch-dark {
	[data-kt-theme-switch-mode='dark'] & {
		@slot;
	}
}

@custom-variant kt-theme-switch-system {
	[data-kt-theme-switch-mode='system'] & {
		@slot;
	}
}
