:root {
  --background: oklch(0.9702 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --header: oklch(1 0 0);
  --header-foreground: oklch(0.145 0 0);
  --primary: #a5ce37;
  --primary-foreground: oklch(0.985 0 0);
  --secondary: #a5ce37;
  --secondary-foreground: oklch(97.614% 0.00011 271.152);
  --muted: oklch(0.9702 0 0);
  --muted-foreground: oklch(0.2603 0 0);
  /* #242424 */
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.9401 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.8669 0 0);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  --information: oklch(0.5944 0.1783 252.34);
  --information-hover: oklch(42.4% 0.199 265.638);
  --success: oklch(0.6109 0.1925 144.6);
  --warning: oklch(65.54% 0.16586 53.205);
  --gray-50: oklch(98.5% 0.002 247.839);
  --gray-100: oklch(97.015% 0.00011 271.152);
  --gray-200: oklch(94.007% 0.00011 271.152);
  --gray-300: oklch(86.686% 0.0001 271.152);
  --skeleton: oklch(86.686% 0.0001 271.152);
  --gray-400: oklch(72.516% 0.00008 271.152);
  --gray-500: oklch(50.676% 0.00006 271.152);
  --gray-600: oklch(44.6% 0.03 256.802);
  --gray-700: oklch(37.3% 0.034 259.733);
  --gray-800: oklch(26.033% 0.00003 271.152);
  --gray-900: oklch(21% 0.034 264.665);
  --green-500: oklch(61.091% 0.1925 144.616);
  --star-500: oklch(0.8691 0.177696 91.3102);
  --error: oklch(58.121% 0.21909 27.507);
  --white: oklch(1 0 0);
  --green-discount: oklch(0.8618 0.0865 128.13);
  --toaster-error-bg: oklch(0.936 0.032 17.717);
  --toaster-info-bg: oklch(88.639% 0.03883 244.708);
  --toaster-success-bg: oklch(0.962 0.044 156.743);
  --toaster-warning-bg: oklch(0.973 0.071 103.193);
  --destructive-50: oklch(97.1% 0.013 17.38);
  --destructive-100: oklch(93.6% 0.032 17.717);
  --destructive-200: oklch(88.5% 0.062 18.334);
  --destructive-500: oklch(63.7% 0.237 25.331);
  --destructive-600: oklch(57.7% 0.245 27.325);
  --destructive-700: oklch(50.5% 0.213 27.518);
  --yellow-100: oklch(97.3% 0.071 103.193);
  --yellow-500: oklch(79.5% 0.184 86.047);
  --yellow-600: oklch(68.1% 0.162 75.834);
  --yellow-700: oklch(55.4% 0.135 66.442);
  --footer: #9f9f9f;
  --footer-foreground: oklch(0.145 0 0);
  --ice: oklch(0.8864 0.0387 244.63);
  /* sizes */
  --radius: 0.625rem;
  --button-shadow: 0px 4px 10px 0px oklch(0% 0 0 / 0.102);
  --tooltip-shadow: 0px 5px 12px 0px oklch(0% 0 0 / 0.102);
}