@import 'theme.light.css';

@media (--OSdark) {
	:where(:root) {
		color-scheme: dark;

		--link: oklch(90% 80% var(--palette-hue));
		--link-visited: oklch(90% 80% calc(var(--palette-hue) * 1.2));

		--surface-1: var(--color-11);
		--surface-2: var(--color-12);
		--surface-3: var(--color-13);
		--surface-document: var(--color-14);
		--well-1: var(--color-15);
		--well-2: var(--color-16);
		--text-1: var(--color-1);
		--text-2: var(--color-5);

		--scrollthumb-color: var(--text-2);
	}
}
