:root {
 --radius: .25rem;
    --background: oklch(99% .003 230);
    --foreground: oklch(18% .03 250);
    --deep: oklch(96% .012 230);
    --deeper: oklch(93% .02 225);
    --mist: oklch(55% .06 230);
    --ice: oklch(45% .12 235);
    --card: oklch(100% 0 0);
    --card-foreground: oklch(18% .03 250);
    --popover: oklch(100% 0 0);
    --popover-foreground: oklch(18% .03 250);
    --primary: oklch(25% .06 245);
    --primary-foreground: oklch(99% .003 230);
    --secondary: oklch(95% .01 230);
    --secondary-foreground: oklch(18% .03 250);
    --muted: oklch(96% .008 230);
    --muted-foreground: oklch(50% .03 240);
    --accent: oklch(45% .12 235);
    --accent-foreground: oklch(99% .003 230);
    --destructive: oklch(57.7% .245 27.325);
    --destructive-foreground: oklch(98.4% .003 247.858);
    --border: oklch(88% .015 230);
    --input: oklch(88% .015 230);
    --ring: oklch(45% .12 235);
    --chart-1: oklch(64.6% .222 41.116);
    --chart-2: oklch(60% .118 184.704);
    --chart-3: oklch(39.8% .07 227.392);
    --chart-4: oklch(82.8% .189 84.429);
    --chart-5: oklch(76.9% .188 70.08);
    --sidebar: oklch(98.4% .003 247.858);
    --sidebar-foreground: oklch(12.9% .042 264.695);
    --sidebar-primary: oklch(20.8% .042 265.755);
    --sidebar-primary-foreground: oklch(98.4% .003 247.858);
    --sidebar-accent: oklch(96.8% .007 247.896);
    --sidebar-accent-foreground: oklch(20.8% .042 265.755);
    --sidebar-border: oklch(92.9% .013 255.508);
    --sidebar-ring: oklch(70.4% .04 256.788);
}


.hover\:text-foreground:hover {
        color: var(--foreground)
oklch(18% .03 250)
;
    }