@import "tailwindcss";

@custom-variant dark (&:is(.dark *));

:root {
  --background: oklch(0.9838 0.0040 300);
  --foreground: oklch(0.2800 0.0220 300);
  --card: oklch(0.9700 0.0060 300);
  --card-foreground: oklch(0.2200 0.0220 300);
  --popover: oklch(0.9900 0.0040 300);
  --popover-foreground: oklch(0.2700 0.0220 300);
  --primary: oklch(0.5500 0.1300 296);
  --primary-foreground: oklch(0.9900 0.0030 300);
  --secondary: oklch(0.9300 0.0130 300);
  --secondary-foreground: oklch(0.4000 0.0400 296);
  --muted: oklch(0.9450 0.0080 300);
  --muted-foreground: oklch(0.5500 0.0200 300);
  --accent: oklch(0.9350 0.0180 300);
  --accent-foreground: oklch(0.3400 0.0400 296);
  --destructive: oklch(0.5800 0.1800 28);
  --destructive-foreground: oklch(0.9900 0.0030 300);
  --border: oklch(0.9050 0.0080 300);
  --input: oklch(0.8900 0.0100 300);
  --ring: oklch(0.5500 0.1300 296);
  --chart-1: oklch(0.5500 0.1300 296);
  --chart-2: oklch(0.6500 0.1100 262);
  --chart-3: oklch(0.6200 0.1000 200);
  --chart-4: oklch(0.6000 0.1300 330);
  --chart-5: oklch(0.5800 0.1200 20);
  --sidebar: oklch(0.9700 0.0060 300);
  --sidebar-foreground: oklch(0.2800 0.0220 300);
  --sidebar-primary: oklch(0.5500 0.1300 296);
  --sidebar-primary-foreground: oklch(0.9900 0.0030 300);
  --sidebar-accent: oklch(0.9350 0.0180 300);
  --sidebar-accent-foreground: oklch(0.3400 0.0400 296);
  --sidebar-border: oklch(0.9050 0.0080 300);
  --sidebar-ring: oklch(0.5500 0.1300 296);
  --font-sans: Outfit, sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: Geist Mono, ui-monospace, monospace;
  --radius: 1rem;
  --shadow-x: 0;
  --shadow-y: 1px;
  --shadow-blur: 3px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.1;
  --shadow-color: oklch(0 0 0);
  --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10);
  --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10);
  --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 2px 4px -1px hsl(0 0% 0% / 0.10);
  --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 4px 6px -1px hsl(0 0% 0% / 0.10);
  --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 8px 10px -1px hsl(0 0% 0% / 0.10);
  --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
}

.dark {
  --background: oklch(0.1800 0.0130 300);
  --foreground: oklch(0.9200 0.0060 300);
  --card: oklch(0.2130 0.0150 300);
  --card-foreground: oklch(0.9400 0.0060 300);
  --popover: oklch(0.2130 0.0150 300);
  --popover-foreground: oklch(0.9400 0.0060 300);
  --primary: oklch(0.6300 0.1200 296);
  --primary-foreground: oklch(0.1600 0.0110 300);
  --secondary: oklch(0.2500 0.0210 300);
  --secondary-foreground: oklch(0.8800 0.0120 300);
  --muted: oklch(0.2250 0.0150 300);
  --muted-foreground: oklch(0.7100 0.0160 300);
  --accent: oklch(0.2650 0.0250 298);
  --accent-foreground: oklch(0.9000 0.0120 300);
  --destructive: oklch(0.6200 0.1700 28);
  --destructive-foreground: oklch(0.9800 0.0030 300);
  --border: oklch(0.2700 0.0170 300);
  --input: oklch(0.2700 0.0170 300);
  --ring: oklch(0.6300 0.1200 296);
  --chart-1: oklch(0.6600 0.1200 296);
  --chart-2: oklch(0.7200 0.1000 262);
  --chart-3: oklch(0.7000 0.0900 200);
  --chart-4: oklch(0.6800 0.1200 330);
  --chart-5: oklch(0.6600 0.1100 20);
  --sidebar: oklch(0.1950 0.0150 300);
  --sidebar-foreground: oklch(0.9200 0.0060 300);
  --sidebar-primary: oklch(0.6300 0.1200 296);
  --sidebar-primary-foreground: oklch(0.1600 0.0110 300);
  --sidebar-accent: oklch(0.2650 0.0250 298);
  --sidebar-accent-foreground: oklch(0.9000 0.0120 300);
  --sidebar-border: oklch(0.2500 0.0190 300);
  --sidebar-ring: oklch(0.6300 0.1200 296);
  --font-sans: Outfit, sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: Geist Mono, ui-monospace, monospace;
  --radius: 1rem;
  --shadow-x: 0;
  --shadow-y: 1px;
  --shadow-blur: 3px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.1;
  --shadow-color: oklch(0 0 0);
  --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10);
  --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10);
  --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 2px 4px -1px hsl(0 0% 0% / 0.10);
  --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 4px 6px -1px hsl(0 0% 0% / 0.10);
  --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 8px 10px -1px hsl(0 0% 0% / 0.10);
  --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.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);
}

@layer base {
  * {
    @apply border-border outline-ring/50;
  }
  body {
    @apply bg-background text-foreground;
  }
}