/*
 * svelte-docsmith theme — Graphite. Restrained, near-monochrome, with a tighter
 * corner radius for a technical, no-nonsense feel.
 *
 *   @import 'svelte-docsmith/theme.css';
 *   @import 'svelte-docsmith/themes/graphite.css';
 */

:root {
	--radius: 0.375rem;
	--primary: oklch(0.27 0.01 265);
	--primary-foreground: oklch(0.99 0 0);
	--background: oklch(1 0 0);
	--foreground: oklch(0.21 0.006 265);
	--card: oklch(1 0 0);
	--card-foreground: oklch(0.21 0.006 265);
	--popover: oklch(1 0 0);
	--popover-foreground: oklch(0.21 0.006 265);
	--secondary: oklch(0.968 0.002 265);
	--secondary-foreground: oklch(0.35 0.008 265);
	--muted: oklch(0.97 0.002 265);
	--muted-foreground: oklch(0.51 0.007 265);
	--accent: oklch(0.96 0.003 265);
	--accent-foreground: oklch(0.27 0.01 265);
	--border: oklch(0.922 0.003 265);
	--input: oklch(0.922 0.003 265);
	--ring: oklch(0.27 0.01 265);
	--destructive: oklch(0.637 0.208 25);
	--destructive-foreground: oklch(1 0 0);
	--chart-1: oklch(0.44 0.012 265);
	--chart-2: oklch(0.56 0.01 265);
	--chart-3: oklch(0.66 0.008 265);
	--chart-4: oklch(0.74 0.006 265);
	--chart-5: oklch(0.36 0.014 265);
	--sidebar: oklch(0.985 0.002 265);
	--sidebar-foreground: oklch(0.21 0.006 265);
	--sidebar-primary: oklch(0.27 0.01 265);
	--sidebar-primary-foreground: oklch(0.99 0 0);
	--sidebar-accent: oklch(0.96 0.003 265);
	--sidebar-accent-foreground: oklch(0.27 0.01 265);
	--sidebar-border: oklch(0.922 0.003 265);
	--sidebar-ring: oklch(0.27 0.01 265);
}

.dark {
	--radius: 0.375rem;
	--primary: oklch(0.93 0.002 265);
	--primary-foreground: oklch(0.21 0.006 265);
	--background: oklch(0.18 0.004 265);
	--foreground: oklch(0.96 0.002 265);
	--card: oklch(0.22 0.005 265);
	--card-foreground: oklch(0.96 0.002 265);
	--popover: oklch(0.21 0.005 265);
	--popover-foreground: oklch(0.96 0.002 265);
	--secondary: oklch(0.27 0.006 265);
	--secondary-foreground: oklch(0.96 0.002 265);
	--muted: oklch(0.27 0.006 265);
	--muted-foreground: oklch(0.72 0.005 265);
	--accent: oklch(0.3 0.006 265);
	--accent-foreground: oklch(0.96 0.002 265);
	--border: oklch(0.32 0.006 265);
	--input: oklch(0.32 0.006 265);
	--ring: oklch(0.6 0.005 265);
	--destructive: oklch(0.637 0.208 25);
	--destructive-foreground: oklch(1 0 0);
	--chart-1: oklch(0.8 0.006 265);
	--chart-2: oklch(0.68 0.008 265);
	--chart-3: oklch(0.56 0.008 265);
	--chart-4: oklch(0.46 0.01 265);
	--chart-5: oklch(0.88 0.004 265);
	--sidebar: oklch(0.2 0.005 265);
	--sidebar-foreground: oklch(0.96 0.002 265);
	--sidebar-primary: oklch(0.93 0.002 265);
	--sidebar-primary-foreground: oklch(0.21 0.006 265);
	--sidebar-accent: oklch(0.3 0.006 265);
	--sidebar-accent-foreground: oklch(0.96 0.002 265);
	--sidebar-border: oklch(0.32 0.006 265);
	--sidebar-ring: oklch(0.6 0.005 265);
}
