/*
 * svelte-docsmith theme — Darkmatter. The built-in default (based on the tweakcn
 * preset): theme.css already ships these tokens, so you only import this file to
 * return to Darkmatter after choosing another preset.
 *
 * A near-monochrome shell with a warm orange primary and a muted teal secondary;
 * light mode is crisp white, dark mode is deep near-black.
 *
 *   @import 'svelte-docsmith/theme.css';
 *   @import 'svelte-docsmith/themes/darkmatter.css';
 */

:root {
	--radius: 0.75rem;
	--background: oklch(1 0 0);
	--foreground: oklch(0.2101 0.0318 264.6645);
	--card: oklch(1 0 0);
	--card-foreground: oklch(0.2101 0.0318 264.6645);
	--popover: oklch(1 0 0);
	--popover-foreground: oklch(0.2101 0.0318 264.6645);
	--primary: oklch(0.6716 0.1368 48.513);
	--primary-foreground: oklch(1 0 0);
	--secondary: oklch(0.536 0.0398 196.028);
	--secondary-foreground: oklch(1 0 0);
	--muted: oklch(0.967 0.0029 264.5419);
	--muted-foreground: oklch(0.551 0.0234 264.3637);
	--accent: oklch(0.9491 0 0);
	--accent-foreground: oklch(0.2101 0.0318 264.6645);
	--border: oklch(0.9276 0.0058 264.5313);
	--input: oklch(0.9276 0.0058 264.5313);
	--ring: oklch(0.6716 0.1368 48.513);
	--destructive: oklch(0.6368 0.2078 25.3313);
	--destructive-foreground: oklch(0.9851 0 0);
	--chart-1: oklch(0.594 0.0443 196.0233);
	--chart-2: oklch(0.7214 0.1337 49.9802);
	--chart-3: oklch(0.8721 0.0864 68.5474);
	--chart-4: oklch(0.6268 0 0);
	--chart-5: oklch(0.683 0 0);
	--sidebar: oklch(0.967 0.0029 264.5419);
	--sidebar-foreground: oklch(0.2101 0.0318 264.6645);
	--sidebar-primary: oklch(0.6716 0.1368 48.513);
	--sidebar-primary-foreground: oklch(1 0 0);
	--sidebar-accent: oklch(1 0 0);
	--sidebar-accent-foreground: oklch(0.2101 0.0318 264.6645);
	--sidebar-border: oklch(0.9276 0.0058 264.5313);
	--sidebar-ring: oklch(0.6716 0.1368 48.513);
}

.dark {
	--radius: 0.75rem;
	--background: oklch(0.1797 0.0043 308.1928);
	--foreground: oklch(0.8109 0 0);
	--card: oklch(0.1822 0 0);
	--card-foreground: oklch(0.8109 0 0);
	--popover: oklch(0.1797 0.0043 308.1928);
	--popover-foreground: oklch(0.8109 0 0);
	--primary: oklch(0.7214 0.1337 49.9802);
	--primary-foreground: oklch(0.1797 0.0043 308.1928);
	--secondary: oklch(0.594 0.0443 196.0233);
	--secondary-foreground: oklch(0.1797 0.0043 308.1928);
	--muted: oklch(0.252 0 0);
	--muted-foreground: oklch(0.6268 0 0);
	--accent: oklch(0.3211 0 0);
	--accent-foreground: oklch(0.8109 0 0);
	--border: oklch(0.252 0 0);
	--input: oklch(0.252 0 0);
	--ring: oklch(0.7214 0.1337 49.9802);
	--destructive: oklch(0.7106 0.1661 22.2162);
	--destructive-foreground: oklch(0.1797 0.0043 308.1928);
	--chart-1: oklch(0.594 0.0443 196.0233);
	--chart-2: oklch(0.7214 0.1337 49.9802);
	--chart-3: oklch(0.8721 0.0864 68.5474);
	--chart-4: oklch(0.6268 0 0);
	--chart-5: oklch(0.683 0 0);
	--sidebar: oklch(0.1822 0 0);
	--sidebar-foreground: oklch(0.8109 0 0);
	--sidebar-primary: oklch(0.7214 0.1337 49.9802);
	--sidebar-primary-foreground: oklch(0.1797 0.0043 308.1928);
	--sidebar-accent: oklch(0.3211 0 0);
	--sidebar-accent-foreground: oklch(0.8109 0 0);
	--sidebar-border: oklch(0.252 0 0);
	--sidebar-ring: oklch(0.7214 0.1337 49.9802);
}
