:root {
  --background: oklch(0.98 0.005 240);
  --foreground: oklch(0.2 0.02 240);
  --card: oklch(0.98 0.005 240);
  --card-foreground: oklch(0.2 0.02 240);
  --popover: oklch(0.98 0.005 240);
  --popover-foreground: oklch(0.2 0.02 240);
  --primary: oklch(0.55 0.12 240);
  --primary-foreground: oklch(0.98 0.005 240);
  --secondary: oklch(0.45 0.1 200);
  --secondary-foreground: oklch(0.98 0.005 240);
  --muted: oklch(0.94 0.02 240);
  --muted-foreground: oklch(0.45 0.04 240);
  --accent: oklch(0.92 0.04 240);
  --accent-foreground: oklch(0.2 0.02 240);
  --destructive: oklch(0.6 0.15 30);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.85 0.02 240);
  --input: oklch(0.9 0.02 240);
  --ring: oklch(0.55 0.12 240);
  --chart-1: oklch(0.6 0.2 30);
  --chart-2: oklch(0.7 0.15 200);
  --chart-3: oklch(0.4 0.1 230);
  --chart-4: oklch(0.8 0.2 90);
  --chart-5: oklch(0.7 0.2 70);
  --sidebar: oklch(0.98 0.01 240);
  --sidebar-foreground: oklch(0.25 0.02 240);
  --sidebar-primary: oklch(0.55 0.12 240);
  --sidebar-primary-foreground: oklch(0.98 0.005 240);
  --sidebar-accent: oklch(0.92 0.04 240);
  --sidebar-accent-foreground: oklch(0.2 0.02 240);
  --sidebar-border: oklch(0.9 0.02 240);
  --sidebar-ring: oklch(0.55 0.12 240);
  --font-sans: ui-sans-serif, system-ui, sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  --font-mono:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  --radius: 0.625rem;
}

.dark {
}
