/**
 * @file theme.css
 * shadcn/ui-compatible theme variables for Mercury.
 *
 * You can customize these values without rebuilding the compiled CSS.
 * Tools like https://tweakcn.com can help generate these values. Copy this
 * file to your web root, so it sits next to index.php, and clear Drupal's
 * cache. Then, any changes you make in this file should be reflected right away.
 */

:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.2077 0.0398 265.7549);
  --card: oklch(0.9842 0.0034 247.8575);
  --card-foreground: oklch(0.2077 0.0398 265.7549);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.2077 0.0398 265.7549);
  --primary: oklch(0.342 0.0761 238.2586);
  --primary-foreground: oklch(0.9842 0.0034 247.8575);
  --secondary: oklch(0.4455 0.0374 257.2808);
  --secondary-foreground: oklch(0.9842 0.0034 247.8575);
  --muted: oklch(0.9683 0.0069 247.8956);
  --muted-foreground: oklch(0.5544 0.0407 257.4166);
  --accent: oklch(0.6904 0.1461 234.8165);
  --accent-foreground: oklch(0.342 0.0761 238.2586);
  --destructive: oklch(0.4437 0.1613 26.8994);
  --destructive-foreground: oklch(0.9842 0.0034 247.8575);
  --border: oklch(0.9288 0.0126 255.5078);
  --input: oklch(0.9288 0.0126 255.5078);
  --ring: oklch(0.342 0.0761 238.2586);
  --chart-1: oklch(0.342 0.0761 238.2586);
  --chart-2: oklch(0.6904 0.1461 234.8165);
  --chart-3: oklch(0.1898 0.0352 222.3818);
  --chart-4: oklch(0.5544 0.0407 257.4166);
  --chart-5: oklch(0.7107 0.0351 256.7878);
  --sidebar: oklch(0.2077 0.0398 265.7549);
  --sidebar-foreground: oklch(0.9683 0.0069 247.8956);
  --sidebar-primary: oklch(0.6904 0.1461 234.8165);
  --sidebar-primary-foreground: oklch(1 0 0);
  --sidebar-accent: oklch(0.2795 0.0368 260.031);
  --sidebar-accent-foreground: oklch(1 0 0);
  --sidebar-border: oklch(0.2795 0.0368 260.031);
  --sidebar-ring: oklch(0.6904 0.1461 234.8165);
  --font-sans: Inter, system-ui, sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: JetBrains Mono, monospace;
  --radius: 0.375rem;
  --shadow-x: 0px;
  --shadow-y: 4px;
  --shadow-blur: 10px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.1;
  --shadow-color: 0, 0, 0;
  --shadow-2xs: 0px 4px 10px 0px hsl(0, 0, 0 / 0.05);
  --shadow-xs: 0px 4px 10px 0px hsl(0, 0, 0 / 0.05);
  --shadow-sm: 0px 4px 10px 0px hsl(0, 0, 0 / 0.1), 0px 1px 2px -1px hsl(0, 0, 0 / 0.1);
  --shadow: 0px 4px 10px 0px hsl(0, 0, 0 / 0.1), 0px 1px 2px -1px hsl(0, 0, 0 / 0.1);
  --shadow-md: 0px 4px 10px 0px hsl(0, 0, 0 / 0.1), 0px 2px 4px -1px hsl(0, 0, 0 / 0.1);
  --shadow-lg: 0px 4px 10px 0px hsl(0, 0, 0 / 0.1), 0px 4px 6px -1px hsl(0, 0, 0 / 0.1);
  --shadow-xl: 0px 4px 10px 0px hsl(0, 0, 0 / 0.1), 0px 8px 10px -1px hsl(0, 0, 0 / 0.1);
  --shadow-2xl: 0px 4px 10px 0px hsl(0, 0, 0 / 0.25);
  --tracking-normal: -0.015em;
  --spacing: 0.25rem;

  /* Set navbar height for hero billboard overlay */
  --navbar-height: calc(var(--spacing) * 15);

  @media (min-width: 768px) {
    --navbar-height: calc(var(--spacing) * 18);
  }
}

.dark {
  --background: oklch(0.1288 0.0406 264.6952);
  --foreground: oklch(0.9842 0.0034 247.8575);
  --card: oklch(0.2077 0.0398 265.7549);
  --card-foreground: oklch(0.9842 0.0034 247.8575);
  --popover: oklch(0.1288 0.0406 264.6952);
  --popover-foreground: oklch(0.9842 0.0034 247.8575);
  --primary: oklch(0.6904 0.1461 234.8165);
  --primary-foreground: oklch(0.1288 0.0406 264.6952);
  --secondary: oklch(0.2795 0.0368 260.031);
  --secondary-foreground: oklch(0.9842 0.0034 247.8575);
  --muted: oklch(0.2795 0.0368 260.031);
  --muted-foreground: oklch(0.7107 0.0351 256.7878);
  --accent: oklch(0.5554 0.1106 229.9517);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.2795 0.0368 260.031);
  --input: oklch(0.2795 0.0368 260.031);
  --ring: oklch(0.6904 0.1461 234.8165);
  --chart-1: oklch(0.6904 0.1461 234.8165);
  --chart-2: oklch(0.5554 0.1106 229.9517);
  --chart-3: oklch(0.342 0.0761 238.2586);
  --chart-4: oklch(0.7107 0.0351 256.7878);
  --chart-5: oklch(0.4455 0.0374 257.2808);
  --sidebar: oklch(0.1288 0.0406 264.6952);
  --sidebar-foreground: oklch(0.9683 0.0069 247.8956);
  --sidebar-primary: oklch(0.6904 0.1461 234.8165);
  --sidebar-primary-foreground: oklch(0.1288 0.0406 264.6952);
  --sidebar-accent: oklch(0.2077 0.0398 265.7549);
  --sidebar-accent-foreground: oklch(1 0 0);
  --sidebar-border: oklch(0.2795 0.0368 260.031);
  --sidebar-ring: oklch(0.6904 0.1461 234.8165);
  --font-sans: Inter, system-ui, sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: JetBrains Mono, monospace;
  --radius: 0.375rem;
  --shadow-x: 0px;
  --shadow-y: 8px;
  --shadow-blur: 20px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.4;
  --shadow-color: 0, 0, 0;
  --shadow-2xs: 0px 8px 20px 0px hsl(0, 0, 0 / 0.2);
  --shadow-xs: 0px 8px 20px 0px hsl(0, 0, 0 / 0.2);
  --shadow-sm: 0px 8px 20px 0px hsl(0, 0, 0 / 0.4), 0px 1px 2px -1px hsl(0, 0, 0 / 0.4);
  --shadow: 0px 8px 20px 0px hsl(0, 0, 0 / 0.4), 0px 1px 2px -1px hsl(0, 0, 0 / 0.4);
  --shadow-md: 0px 8px 20px 0px hsl(0, 0, 0 / 0.4), 0px 2px 4px -1px hsl(0, 0, 0 / 0.4);
  --shadow-lg: 0px 8px 20px 0px hsl(0, 0, 0 / 0.4), 0px 4px 6px -1px hsl(0, 0, 0 / 0.4);
  --shadow-xl: 0px 8px 20px 0px hsl(0, 0, 0 / 0.4), 0px 8px 10px -1px hsl(0, 0, 0 / 0.4);
  --shadow-2xl: 0px 8px 20px 0px hsl(0, 0, 0 / 1);
}
