/* ============================================
   CSS VARIABLES - Kamety
   ============================================ */
:root {
    /* Colors - Primary */
    --primary-50: #e6f0ff;
    --primary-100: #b3d1ff;
    --primary-200: #80b3ff;
    --primary-300: #4d94ff;
    --primary-400: #1a75ff;
    --primary-500: #0152ff;
    --primary-600: #0148e6;
    --primary-700: #013ecc;
    --primary-800: #0134b3;
    --primary-900: #002a99;
    
    /* Colors - Brand */
    --brand-primary: #0152ff;
    --brand-secondary: #4a7cff;
    --brand-gradient: linear-gradient(135deg, #0152ff, #4a7cff);
    --brand-gradient-dark: linear-gradient(135deg, #0148e6, #3a6ce6);
    
    /* Background Colors */
    --bg-white: #ffffff;
    --bg-soft: #faf9fc;
    --bg-card: #ffffff;
    --bg-surface: #f5f7ff;
    --bg-muted: #f3f4f6;
    
    /* Text Colors */
    --text-primary: #0a0c12;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --text-light: #9ca3af;
    --text-white: #ffffff;
    
    /* Border Colors */
    --border-light: #eef2f6;
    --border-medium: #e5e7eb;
    --border-dark: #d1d5db;
    
    /* Semantic Colors */
    --success: #10b981;
    --success-light: #d1fae5;
    --warning: #f59e0b;
    --warning-light: #fef3c7;
    --error: #ef4444;
    --error-light: #fee2e2;
    --info: #3b82f6;
    --info-light: #dbeafe;
    --price-green: green;
    
    /* Shadows */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    
    /* ============================================
       FONT SIZES - Extended (Base 16px)
       ============================================ */
    /* Extra Small */
    --font-3xs: 0.5rem;       /* 8px */
    --font-2xs: 0.625rem;     /* 10px */
    --font-xs: 0.75rem;       /* 12px */
    
    /* Small */
    --font-sm: 0.875rem;      /* 14px */
    --font-sm-plus: 0.9375rem; /* 15px */
    
    /* Base */
    --font-base: 1rem;        /* 16px */
    --font-base-plus: 1.0625rem; /* 17px */
    
    /* Large */
    --font-lg: 1.125rem;      /* 18px */
    --font-lg-plus: 1.1875rem; /* 19px */
    
    /* Extra Large */
    --font-xl: 1.25rem;       /* 20px */
    --font-xl-plus: 1.3125rem; /* 21px */
    --font-2xl: 1.5rem;       /* 24px */
    --font-2xl-plus: 1.625rem; /* 26px */
    --font-3xl: 1.875rem;     /* 30px */
    --font-3xl-plus: 2rem;    /* 32px */
    --font-4xl: 2.25rem;      /* 36px */
    --font-4xl-plus: 2.5rem;  /* 40px */
    --font-5xl: 3rem;         /* 48px */
    --font-5xl-plus: 3.25rem; /* 52px */
    --font-6xl: 3.75rem;      /* 60px */
    --font-6xl-plus: 4rem;    /* 64px */
    --font-7xl: 4.5rem;       /* 72px */
    --font-7xl-plus: 5rem;    /* 80px */
    --font-8xl: 6rem;         /* 96px */
    --font-9xl: 7.5rem;       /* 120px */
    --font-10xl: 9rem;        /* 144px */
    
    /* Font Weights */
    --font-thin: 100;
    --font-extralight: 200;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;
    --font-black: 900;
    
    /* Line Heights */
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    
    /* Letter Spacing */
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    
    /* Border Radius */
    --radius-none: 0;
    --radius-2xs: 0.125rem;   /* 2px */
    --radius-xs: 0.25rem;     /* 4px */
    --radius-sm: 0.375rem;    /* 6px */
    --radius-base: 0.5rem;    /* 8px */
    --radius-md: 0.75rem;     /* 12px */
    --radius-lg: 1rem;        /* 16px */
    --radius-xl: 1.25rem;     /* 20px */
    --radius-2xl: 1.5rem;     /* 24px */
    --radius-3xl: 2rem;       /* 32px */
    --radius-4xl: 2.5rem;     /* 40px */
    --radius-5xl: 3rem;       /* 48px */
    --radius-full: 9999px;
    
    /* Spacing */
    --spacing-0: 0;
    --spacing-px: 1px;
    --spacing-0-5: 0.125rem;  /* 2px */
    --spacing-1: 0.25rem;     /* 4px */
    --spacing-1-5: 0.375rem;  /* 6px */
    --spacing-2: 0.5rem;      /* 8px */
    --spacing-2-5: 0.625rem;  /* 10px */
    --spacing-3: 0.75rem;     /* 12px */
    --spacing-3-5: 0.875rem;  /* 14px */
    --spacing-4: 1rem;        /* 16px */
    --spacing-5: 1.25rem;     /* 20px */
    --spacing-6: 1.5rem;      /* 24px */
    --spacing-7: 1.75rem;     /* 28px */
    --spacing-8: 2rem;        /* 32px */
    --spacing-9: 2.25rem;     /* 36px */
    --spacing-10: 2.5rem;     /* 40px */
    --spacing-11: 2.75rem;    /* 44px */
    --spacing-12: 3rem;       /* 48px */
    --spacing-14: 3.5rem;     /* 56px */
    --spacing-16: 4rem;       /* 64px */
    --spacing-20: 5rem;       /* 80px */
    --spacing-24: 6rem;       /* 96px */
    --spacing-28: 7rem;       /* 112px */
    --spacing-32: 8rem;       /* 128px */
    --spacing-36: 9rem;       /* 144px */
    --spacing-40: 10rem;      /* 160px */
    --spacing-44: 11rem;      /* 176px */
    --spacing-48: 12rem;      /* 192px */
    --spacing-52: 13rem;      /* 208px */
    --spacing-56: 14rem;      /* 224px */
    --spacing-60: 15rem;      /* 240px */
    --spacing-64: 16rem;      /* 256px */
    --spacing-72: 18rem;      /* 288px */
    --spacing-80: 20rem;      /* 320px */
    --spacing-96: 24rem;      /* 384px */
    
    /* Container Widths */
    --container-xs: 320px;
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
    --container-2xl: 1536px;
    --container-3xl: 1792px;
    --container-4xl: 2048px;
    --container-full: 100%;
    
    /* Z-Index */
    --z-0: 0;
    --z-10: 10;
    --z-20: 20;
    --z-30: 30;
    --z-40: 40;
    --z-50: 50;
    --z-auto: auto;
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
    --z-toast: 1080;
    
    /* Transitions */
    --transition-none: none;
    --transition-fastest: 75ms;
    --transition-faster: 100ms;
    --transition-fast: 150ms;
    --transition-base: 200ms;
    --transition-slow: 300ms;
    --transition-slower: 400ms;
    --transition-slowest: 500ms;
    
    /* Transition Timing Functions */
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
    /* Opacity */
    --opacity-0: 0;
    --opacity-25: 0.25;
    --opacity-50: 0.5;
    --opacity-75: 0.75;
    --opacity-100: 1;
    
    /* Font Family */
    --font-sans: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-serif: Georgia, 'Times New Roman', serif;
    --font-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', monospace;
}


.cursor-outline,.cursor-dot {
    display: none;
}
