:root {
  --background: hsl(50.0000 60.0000% 98.0392%);
  --foreground: hsl(152.3077 72.2222% 14.1176%);
  --card: hsl(0 0% 100%);
  --card-foreground: hsl(152.3077 72.2222% 14.1176%);
  --popover: hsl(0 0% 100%);
  --popover-foreground: hsl(152.3077 72.2222% 14.1176%);
  --primary: hsl(352.7517 63.9485% 45.6863%);
  --primary-foreground: hsl(0 0% 100%);
  --secondary: hsl(45.8599 64.6091% 52.3529%);
  --secondary-foreground: hsl(152.3077 72.2222% 14.1176%);
  --muted: hsl(90 46.6667% 94.1176%);
  --muted-foreground: hsl(152.3077 72.2222% 14.1176%);
  --accent: hsl(150 79.0323% 24.3137%);
  --accent-foreground: hsl(0 0% 100%);
  --destructive: hsl(0 84.2365% 60.1961%);
  --destructive-foreground: hsl(0 0% 100%);
  --border: hsl(110.0000 10.3448% 88.6275%);
  --input: hsl(50.0000 60.0000% 98.0392%);
  --ring: hsl(352.7517 63.9485% 45.6863%);
  --chart-1: hsl(352.7517 63.9485% 45.6863%);
  --chart-2: hsl(45.8599 64.6091% 52.3529%);
  --chart-3: hsl(150 79.0323% 24.3137%);
  --chart-4: hsl(139.6154 22.2222% 45.8824%);
  --chart-5: hsl(144 23.4899% 70.7843%);
  --sidebar: hsl(0 0% 100%);
  --sidebar-foreground: hsl(152.3077 72.2222% 14.1176%);
  --sidebar-primary: hsl(352.7517 63.9485% 45.6863%);
  --sidebar-primary-foreground: hsl(0 0% 100%);
  --sidebar-accent: hsl(45.8599 64.6091% 52.3529%);
  --sidebar-accent-foreground: hsl(152.3077 72.2222% 14.1176%);
  --sidebar-border: hsl(110.0000 10.3448% 88.6275%);
  --sidebar-ring: hsl(352.7517 63.9485% 45.6863%);
  --font-sans: 'IBM Plex Sans', sans-serif;
  --font-sans-ar: 'IBM Plex Sans Arabic', sans-serif;
  --font-serif: 'IBM Plex Serif', serif;
  --font-serif-ar: 'IBM Plex Sans Arabic', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --radius: 0.375rem;
  --shadow-x: 0rem;
  --shadow-y: 0.5rem;
  --shadow-blur: 0.75rem;
  --shadow-spread: 0.1rem;
  --shadow-opacity: 0.15;
  --shadow-color: #0A3E26;
  --shadow-2xs: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.07);
  --shadow-xs: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.07);
  --shadow-sm: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.15), 0rem 1px 2px -0.9px hsl(152.3077 72.2222% 14.1176% / 0.15);
  --shadow: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.15), 0rem 1px 2px -0.9px hsl(152.3077 72.2222% 14.1176% / 0.15);
  --shadow-md: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.15), 0rem 2px 4px -0.9px hsl(152.3077 72.2222% 14.1176% / 0.15);
  --shadow-lg: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.15), 0rem 4px 6px -0.9px hsl(152.3077 72.2222% 14.1176% / 0.15);
  --shadow-xl: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.15), 0rem 8px 10px -0.9px hsl(152.3077 72.2222% 14.1176% / 0.15);
  --shadow-2xl: 0rem 0.5rem 0.75rem 0.1rem hsl(152.3077 72.2222% 14.1176% / 0.38);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
}


@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);
}