:root {
  --bg: oklch(0.95 0.004 75);
  --panel: oklch(0.905 0.004 75);
  --circle: oklch(0.80 0.004 75);
  --ink: oklch(0.30 0.005 75);
  --ink-soft: oklch(0.48 0.005 75);
  --ink-faint: oklch(0.62 0.005 75);
  --line: oklch(0.78 0.004 75);
  --console: oklch(0.24 0.008 255);
  --console-line: oklch(0.38 0.008 255);
  --silver: oklch(0.86 0.004 255);
  --silver-dim: oklch(0.58 0.006 255);
  --silver-faint: oklch(0.44 0.006 255);
  --error: oklch(0.5 0.13 25);
  --serif: "Marcellus", "Times New Roman", serif;
  --sans: "Urbanist", -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
