/* Amethyst Haze by serafimcloud — https://21st.dev/community/themes/amethyst-haze
 * Generated by scripts/sync-theme.mjs. */
:root {
  --ah-background: #f8f7fa;
  --ah-foreground: #3d3c4f;
  --ah-card: #ffffff;
  --ah-card-foreground: #3d3c4f;
  --ah-popover: #ffffff;
  --ah-popover-foreground: #3d3c4f;
  --ah-primary: #8a79ab;
  --ah-primary-foreground: #f8f7fa;
  --ah-secondary: #dfd9ec;
  --ah-secondary-foreground: #3d3c4f;
  --ah-muted: #dcd9e3;
  --ah-muted-foreground: #6b6880;
  --ah-accent: #e6a5b8;
  --ah-accent-foreground: #4b2e36;
  --ah-destructive: #d95c5c;
  --ah-destructive-foreground: #f8f7fa;
  --ah-border: #cec9d9;
  --ah-input: #eae7f0;
  --ah-ring: #8a79ab;
  --ah-chart-1: #8a79ab;
  --ah-chart-2: #e6a5b8;
  --ah-chart-3: #77b8a1;
  --ah-chart-4: #f0c88d;
  --ah-chart-5: #a0bbe3;
  --ah-sidebar: #f1eff5;
  --ah-sidebar-foreground: #3d3c4f;
  --ah-sidebar-primary: #8a79ab;
  --ah-sidebar-primary-foreground: #f8f7fa;
  --ah-sidebar-accent: #e6a5b8;
  --ah-sidebar-accent-foreground: #4b2e36;
  --ah-sidebar-border: #d7d2e0;
  --ah-sidebar-ring: #8a79ab;
  --ah-font-sans: Geist, sans-serif;
  --ah-font-serif: "Lora", Georgia, serif;
  --ah-font-mono: "Fira Code", "Courier New", monospace;
  --ah-radius: 0.5rem;
  --ah-shadow-color: hsl(0 0% 0%);
  --ah-shadow-opacity: 0.06;
  --ah-shadow-blur: 5px;
  --ah-shadow-spread: 1px;
  --ah-shadow-offset-x: 1px;
  --ah-shadow-offset-y: 2px;
  --ah-letter-spacing: 0em;
  --ah-spacing: 0.25rem;
}

:root[data-theme="dark"] {
  --ah-background: #1a1823;
  --ah-foreground: #e0ddef;
  --ah-card: #232030;
  --ah-card-foreground: #e0ddef;
  --ah-popover: #232030;
  --ah-popover-foreground: #e0ddef;
  --ah-primary: #a995c9;
  --ah-primary-foreground: #1a1823;
  --ah-secondary: #5a5370;
  --ah-secondary-foreground: #e0ddef;
  --ah-muted: #242031;
  --ah-muted-foreground: #a09aad;
  --ah-accent: #372e3f;
  --ah-accent-foreground: #f2b8c6;
  --ah-destructive: #e57373;
  --ah-destructive-foreground: #1a1823;
  --ah-border: #302c40;
  --ah-input: #2a273a;
  --ah-ring: #a995c9;
  --ah-chart-1: #a995c9;
  --ah-chart-2: #f2b8c6;
  --ah-chart-3: #77b8a1;
  --ah-chart-4: #f0c88d;
  --ah-chart-5: #a0bbe3;
  --ah-sidebar: #16141e;
  --ah-sidebar-foreground: #e0ddef;
  --ah-sidebar-primary: #a995c9;
  --ah-sidebar-primary-foreground: #1a1823;
  --ah-sidebar-accent: #372e3f;
  --ah-sidebar-accent-foreground: #f2b8c6;
  --ah-sidebar-border: #2a273a;
  --ah-sidebar-ring: #a995c9;
}

