:root {
  --font-sans: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-outfit: Outfit, sans-serif;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --text-xs: 12px;
  --text-xs--line-height: 1.8;
  --text-sm: 14px;
  --text-sm--line-height: 1.8;
  --text-base: 16px;
  --text-base--line-height: 1.3;
  --text-lg: 18px;
  --text-lg--line-height: 1.3;
  --text-xl: 22px;
  --text-xl--line-height: 1.3;
  --text-2xl: 28px;
  --text-2xl--line-height: 1.3;
  --text-3xl: 34px;
  --text-3xl--line-height: 1.2;
  --leading-tight: 1.2;
  --leading-normal: 1.3;
  --leading-relaxed: 1.8;
  --tracking-tight: -0.01em;
  --tracking-normal: 0;
  --spacing-2xs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --duration-fast: 150ms;
  --duration-normal: 200ms;
  --duration-slow: 300ms;
  --shadow-sm: 0 1px 3px 0 oklch(0 0 0 / 0.1), 0 1px 2px -1px oklch(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px oklch(0 0 0 / 0.1), 0 2px 4px -2px oklch(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px oklch(0 0 0 / 0.1), 0 4px 6px -4px oklch(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px oklch(0 0 0 / 0.1), 0 8px 10px -6px oklch(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px oklch(0 0 0 / 0.25);
  --z-overlay: 40;
  --z-modal: 50;
  --z-cart-overlay: 70;
  --z-cart: 80;
  --color-primary: oklch(0.366 0.087 149.7);
  --color-primary-light-1: oklch(0.457 0.077 149.1);
  --color-primary-light-2: oklch(0.538 0.058 149.6);
  --color-primary-light-3: oklch(0.634 0.049 148.9);
  --color-primary-light-4: oklch(0.73 0.04 148.8);
  --color-primary-light-5: oklch(0.823 0.026 149.2);
  --color-primary-light-6: oklch(0.911 0.013 149.6);
  --color-primary-dark-1: oklch(0.328 0.074 149.5);
  --color-primary-dark-2: oklch(0.296 0.061 149.1);
  --color-primary-dark-3: oklch(0.265 0.05 150.3);
  --color-secondary: oklch(0.881 0.23 147.8);
  --color-secondary-light-1: oklch(0.895 0.201 147.4);
  --color-secondary-light-2: oklch(0.91 0.167 147.1);
  --color-secondary-light-3: oklch(0.925 0.135 146.9);
  --color-secondary-light-4: oklch(0.944 0.097 146.9);
  --color-secondary-light-5: oklch(0.961 0.067 146.4);
  --color-secondary-light-6: oklch(0.98 0.034 145.4);
  --color-secondary-dark-1: oklch(0.777 0.198 147.8);
  --color-secondary-dark-2: oklch(0.669 0.163 148);
  --color-secondary-dark-3: oklch(0.564 0.134 147.3);
  --color-neutral: oklch(0.222 0.011 60.8);
  --color-neutral-t-1: oklch(0.222 0.011 60.8 / 0.84);
  --color-neutral-t-2: oklch(0.222 0.011 60.8 / 0.68);
  --color-neutral-t-3: oklch(0.222 0.011 60.8 / 0.53);
  --color-neutral-t-4: oklch(0.222 0.011 60.8 / 0.37);
  --color-neutral-t-5: oklch(0.222 0.011 60.8 / 0.21);
  --color-neutral-t-6: oklch(0.222 0.011 60.8 / 0.08);
  --color-neutral-light-1: oklch(0.33 0.008 43.1);
  --color-neutral-light-2: oklch(0.446 0.007 43.1);
  --color-neutral-light-3: oklch(0.554 0.005 56.1);
  --color-neutral-light-4: oklch(0.835 0.021 69.9);
  --color-neutral-light-5: oklch(0.904 0.016 73.6);
  --color-neutral-light-6: oklch(0.937 0.013 71.3);
  --color-neutral-dark-1: oklch(0.214 0.009 43);
  --color-neutral-dark-2: oklch(0.204 0.008 48.3);
  --color-text: oklch(0.222 0.011 60.8);
  --color-text-muted: oklch(0.446 0.007 43.1);
  --color-text-subtle: oklch(0.554 0.005 56.1);
  --color-text-inverse: oklch(0.937 0.013 71.3);
  --color-surface: oklch(1 0 0);
  --color-surface-alt: oklch(0.937 0.013 71.3);
  --color-surface-muted: oklch(0.904 0.016 73.6);
  --color-border: oklch(0.904 0.016 73.6);
  --color-border-muted: oklch(0.835 0.021 69.9);
  --color-link: oklch(0.366 0.087 149.7);
  --color-link-hover: oklch(0.469 0.103 148.3);
  --color-error: oklch(0.676 0.217 11.9);
  --color-error-soft: oklch(0.942 0.031 2.4);
  --color-error-strong: oklch(0.547 0.172 11.7);
  --color-success: oklch(0.881 0.23 147.8);
  --color-success-soft: oklch(0.975 0.039 153.7);
  --color-success-strong: oklch(0.71 0.183 147.9);
  --color-warning: oklch(0.843 0.151 88.3);
  --color-warning-soft: oklch(0.974 0.026 90.1);
  --color-warning-strong: oklch(0.681 0.12 88.6);
  --color-caution: oklch(0.81 0.148 68);
  --color-caution-soft: oklch(0.97 0.024 73.6);
  --color-caution-strong: oklch(0.655 0.117 68.5);
  --color-info: oklch(0.617 0.206 265.7);
  --color-info-soft: oklch(0.941 0.028 270.4);
  --color-info-strong: oklch(0.502 0.163 265.8);
  --color-loyalty-bronze: oklch(0.666 0.131 61.3);
  --color-loyalty-bronze-dark: oklch(0.526 0.115 44.6);
  --color-loyalty-silver: oklch(0.808 0 0);
  --color-loyalty-silver-dark: oklch(0.732 0 0);
  --color-loyalty-silver-text: oklch(0.556 0 0);
  --color-loyalty-gold: oklch(0.887 0.182 95.3);
  --color-loyalty-gold-dark: oklch(0.752 0.147 84);
  --color-loyalty-gold-text: oklch(0.652 0.132 81.6);
  --color-loyalty-platinum: oklch(0.919 0.003 84.6);
  --color-loyalty-platinum-dark: oklch(0.749 0.007 75.3);
  --color-loyalty-platinum-text: oklch(0.409 0 0);
}
