:root {
  --background: oklch(1.0000 0 0);
  --foreground: oklch(0.2264 0 0);
  --card: oklch(0.9551 0 0);
  --card-foreground: oklch(0.2264 0 0);
  --popover: oklch(0.9791 0 0);
  --popover-foreground: oklch(0.2264 0 0);
  --primary: oklch(0.3211 0 0);
  --primary-foreground: oklch(1.0000 0 0);
  --secondary: oklch(0.8452 0 0);
  --secondary-foreground: oklch(0.2264 0 0);
  --muted: oklch(0.9067 0 0);
  --muted-foreground: oklch(0.5103 0 0);
  --accent: oklch(0.8576 0 0);
  --accent-foreground: oklch(0.2264 0 0);
  --destructive: oklch(0.5771 0.2152 27.3250);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.8078 0 0);
  --input: oklch(0.9067 0 0);
  --ring: oklch(0.3211 0 0);
  --chart-1: oklch(0.5103 0 0);
  --chart-2: oklch(0.6830 0 0);
  --chart-3: oklch(0.7572 0 0);
  --chart-4: oklch(0.8328 0 0);
  --chart-5: oklch(0.9067 0 0);
  --sidebar: oklch(0.9791 0 0);
  --sidebar-foreground: oklch(0.2264 0 0);
  --sidebar-primary: oklch(0.3211 0 0);
  --sidebar-primary-foreground: oklch(1.0000 0 0);
  --sidebar-accent: oklch(0.8576 0 0);
  --sidebar-accent-foreground: oklch(0.2264 0 0);
  --sidebar-border: oklch(0.8078 0 0);
  --sidebar-ring: oklch(0.3211 0 0);
  --font-sans: Arial, sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: 'Courier New', monospace;
  --radius: 0.75rem;
  --shadow-x: 0rem;
  --shadow-y: 0.5rem;
  --shadow-blur: 2rem;
  --shadow-spread: 0.25rem;
  --shadow-opacity: 0.2;
  --shadow-color: #000000;
  --shadow-2xs: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.10);
  --shadow-xs: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.10);
  --shadow-sm: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.20), 0rem 1px 2px -0.75px hsl(0 0% 0% / 0.20);
  --shadow: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.20), 0rem 1px 2px -0.75px hsl(0 0% 0% / 0.20);
  --shadow-md: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.20), 0rem 2px 4px -0.75px hsl(0 0% 0% / 0.20);
  --shadow-lg: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.20), 0rem 4px 6px -0.75px hsl(0 0% 0% / 0.20);
  --shadow-xl: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.20), 0rem 8px 10px -0.75px hsl(0 0% 0% / 0.20);
  --shadow-2xl: 0rem 0.5rem 2rem 0.25rem hsl(0 0% 0% / 0.50);
  --tracking-normal: 0.02em;
  --spacing: 0.25rem;
}

.dark {
  --background: oklch(0.2264 0 0);
  --foreground: oklch(0.9551 0 0);
  --card: oklch(0.2850 0 0);
  --card-foreground: oklch(0.9551 0 0);
  --popover: oklch(0.2520 0 0);
  --popover-foreground: oklch(0.9551 0 0);
  --primary: oklch(0.8975 0 0);
  --primary-foreground: oklch(0.2264 0 0);
  --secondary: oklch(0.3867 0 0);
  --secondary-foreground: oklch(0.9551 0 0);
  --muted: oklch(0.3211 0 0);
  --muted-foreground: oklch(0.7380 0 0);
  --accent: oklch(0.3485 0 0);
  --accent-foreground: oklch(0.9551 0 0);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.4495 0 0);
  --input: oklch(0.3211 0 0);
  --ring: oklch(0.8975 0 0);
  --chart-1: oklch(0.7380 0 0);
  --chart-2: oklch(0.6268 0 0);
  --chart-3: oklch(0.5452 0 0);
  --chart-4: oklch(0.4604 0 0);
  --chart-5: oklch(0.3715 0 0);
  --sidebar: oklch(0.2520 0 0);
  --sidebar-foreground: oklch(0.9551 0 0);
  --sidebar-primary: oklch(0.8975 0 0);
  --sidebar-primary-foreground: oklch(0.2264 0 0);
  --sidebar-accent: oklch(0.3485 0 0);
  --sidebar-accent-foreground: oklch(0.9551 0 0);
  --sidebar-border: oklch(0.4495 0 0);
  --sidebar-ring: oklch(0.8975 0 0);
  --font-sans: Arial, sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: 'Courier New', monospace;
  --radius: 0.75rem;
  --shadow-x: 0rem;
  --shadow-y: 0.75rem;
  --shadow-blur: 3rem;
  --shadow-spread: 0.5rem;
  --shadow-opacity: 0.9;
  --shadow-color: #000000;
  --shadow-2xs: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.45);
  --shadow-xs: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.45);
  --shadow-sm: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.90), 0rem 1px 2px -0.5px hsl(0 0% 0% / 0.90);
  --shadow: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.90), 0rem 1px 2px -0.5px hsl(0 0% 0% / 0.90);
  --shadow-md: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.90), 0rem 2px 4px -0.5px hsl(0 0% 0% / 0.90);
  --shadow-lg: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.90), 0rem 4px 6px -0.5px hsl(0 0% 0% / 0.90);
  --shadow-xl: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 0.90), 0rem 8px 10px -0.5px hsl(0 0% 0% / 0.90);
  --shadow-2xl: 0rem 0.75rem 3rem 0.5rem hsl(0 0% 0% / 2.25);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);

  --font-sans: var(--font-sans);
  --font-mono: var(--font-mono);
  --font-serif: var(--font-serif);

  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);

  --shadow-2xs: var(--shadow-2xs);
  --shadow-xs: var(--shadow-xs);
  --shadow-sm: var(--shadow-sm);
  --shadow: var(--shadow);
  --shadow-md: var(--shadow-md);
  --shadow-lg: var(--shadow-lg);
  --shadow-xl: var(--shadow-xl);
  --shadow-2xl: var(--shadow-2xl);

  --tracking-tighter: calc(var(--tracking-normal) - 0.05em);
  --tracking-tight: calc(var(--tracking-normal) - 0.025em);
  --tracking-normal: var(--tracking-normal);
  --tracking-wide: calc(var(--tracking-normal) + 0.025em);
  --tracking-wider: calc(var(--tracking-normal) + 0.05em);
  --tracking-widest: calc(var(--tracking-normal) + 0.1em);
}

body {
  letter-spacing: var(--tracking-normal);
}