/* LINKS 98 portable design tokens */
:root {
  --color-desktop: oklch(52% 0.102 187);
  --color-window: oklch(78% 0 0);
  --color-window-light: oklch(100% 0 0);
  --color-window-mid: oklch(63% 0 0);
  --color-window-dark: oklch(20% 0 0);
  --color-title: oklch(32% 0.16 265);
  --color-title-inactive: oklch(57% 0.01 255);
  --color-title-text: oklch(100% 0 0);
  --color-ink: oklch(0% 0 0);
  --color-paper: oklch(100% 0 0);
  --color-terminal: oklch(5% 0 0);
  --color-terminal-text: oklch(84% 0.22 142);
  --color-chart: oklch(72% 0.22 140);
  --color-focus: oklch(94% 0.2 100);
  --color-select: oklch(35% 0.16 265);
  --color-error: oklch(50% 0.2 28);
  --color-disabled: oklch(55% 0 0);
  --color-overlay: oklch(0% 0 0 / 72%);
  --color-transparent: oklch(0% 0 0 / 0%);
  --font-system: "MS Sans Serif", Tahoma, Geneva, sans-serif;
  --font-mono: "Lucida Console", "Courier New", monospace;
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-2xl: 32px;
  --text-xs: 11px;
  --text-sm: 12px;
  --text-md: 14px;
  --text-lg: 18px;
  --text-xl: 24px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.55, 0, 1, .45);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: 100ms;
  --dur-ui: 180ms;
  --dur-boot: 2400ms;
  --rule-thin: 1px;
  --rule-frame: 2px;
  --radius-none: 0;
  --taskbar-height: 38px;
}
