/* GENERATED by scripts/build-css.mjs — do not edit.
   The light halves of every prefers-color-scheme block in
   Templates/fede-copy/style.css, in source order. Loaded by Head.astro
   behind a media attribute the theme toggle flips. */


	.motion-switch input[type="checkbox"]:checked {
		background: color(display-p3 0 0.48 1);
		border-color: color(display-p3 0 0.48 1);
	}
	
	.motion-switch:has(input:checked) .switch-label {
		color: var(--primary-color);
	}

