:root,
:host {
  --background: oklch(100% 0 0);
  --foreground: oklch(0.3 0 0);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(0.3 0 0);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(0.3 0 0);
  --primary: oklch(0.4 0 0);
  --primary-foreground: oklch(100% 0 0);
  --primary-hover: oklch(0.4568 0 0);
  --primary-active: oklch(0.3791 0 0);
  --secondary: oklch(93.08% 0.0029 264.54);
  --secondary-foreground: oklch(0.3 0 0);
  --secondary-hover: oklch(95.16% 0.0017 247.84);
  --secondary-active: oklch(86.05% 0.003 264.54);
  --muted: oklch(95.16% 0.0017 247.84);
  --muted-foreground: oklch(55.6% 0 0);
  --border: oklch(90% 0 0);
  --input-border: oklch(90% 0 0);
  --input-background: oklch(100% 0 0);
  --ring: oklch(0.4 0 0);
  --split-handle: oklch(0.4 0 0);
  --negative: oklch(62.68% 0.2133 19.36);
  --negative-foreground: oklch(100% 0 0);
  --negative-hover: oklch(65.68% 0.1921 16.84);
  --negative-active: oklch(57.11% 0.1931 19.34);
  --positive: oklch(65.09% 0.1491 158.94);
  --positive-foreground: oklch(100% 0 0);
  --positive-hover: oklch(68.43% 0.1413 162.42);
  --positive-active: oklch(60.25% 0.1376 159.06);
  --warning: oklch(69.62% 0.1955 32.32);
  --warning-foreground: oklch(100% 0 0);
  --warning-hover: oklch(72.4% 0.1723 32.05);
  --warning-active: oklch(64.47% 0.1802 32.22);
  --information: oklch(65.2% 0.1901 253.21);
  --information-foreground: oklch(100% 0 0);
  --information-hover: oklch(68.57% 0.1709 251.52);
  --information-active: oklch(60.47% 0.1749 253.06);
  --sidebar: oklch(0.98 0 0);
  --sidebar-foreground: oklch(0 0 0);
  --sidebar-primary: oklch(0.4 0 0);
  --sidebar-primary-foreground: oklch(100% 0 0);
  --sidebar-secondary: oklch(0.92 0 0);
  --sidebar-secondary-foreground: oklch(0 0 0);
  --sidebar-border: oklch(90% 0 0);
  --object-header: oklch(0.98 0 0);
  --object-header-foreground: oklch(0.3 0 0);
  --table-header: oklch(0.98 0 0);
  --table-header-foreground: oklch(0.3 0 0);
  --table-hover: oklch(96.04% 0.0011 197.14);
  --table-hover-foreground: oklch(0.3 0 0);
  --table-active: oklch(93.93% 0.0011 197.14);
  --table-active-foreground: oklch(0.3 0 0);
  --shadow-xs: none;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
  --shadow-xl: none;
  --shadow-button: none;
  --shadow-input: none;
  --tracking-normal: -0.025em;
  --leading-tight: 1.2;
  --radius-control: 0;
  --radius: 0;
  --spacing: 0.25rem;
}

.duration-100,
.duration-200,
.duration-300 {
  transition-duration: 0s !important;
}
