/**
 * GRAPE Design Tokens - CSS Variables
 * Extracted from Figma Design System
 * Source: https://www.figma.com/design/IiFdEBfF8MZamFo2J14cCa/GRAPE-giz?node-id=5497-2137&m=dev
 * 
 * Update these values with actual tokens from Figma
 */

:root {
  /* ============================================
     BRAND COLORS
     ============================================ */

  /* Primary Brand Color */
  --color-brand-teal: #0F766E;
  /* Update from Figma Color Styles */
  --color-brand-teal-light: #14B8A6;
  /* Update from Figma */
  --color-brand-teal-dark: #0D9488;
  /* Update from Figma */

  /* Secondary Colors (Update from Figma) */
  --color-secondary: #000000;
  /* Update from Figma */
  --color-secondary-light: #000000;
  /* Update from Figma */
  --color-secondary-dark: #000000;
  /* Update from Figma */

  /* ============================================
     NEUTRAL COLORS
     ============================================ */

  --color-white: #FFFFFF;
  --color-black: #000000;

  /* Gray Scale (Tailwind defaults - update if Figma has custom grays) */
  --color-gray-50: #F9FAFB;
  --color-gray-100: #F3F4F6;
  --color-gray-200: #E5E7EB;
  --color-gray-300: #D1D5DB;
  --color-gray-400: #9CA3AF;
  --color-gray-500: #6B7280;
  --color-gray-600: #4B5563;
  --color-gray-700: #374151;
  --color-gray-800: #1F2937;
  --color-gray-900: #111827;

  /* Semantic Colors (Update from Figma) */
  --color-success: #10B981;
  --color-warning: #F59E0B;
  --color-error: #EF4444;
  --color-info: #3B82F6;

  /* Text Colors */
  --subtext: #2C2C2C;
  --text_dark: #17181A;

  /* ============================================
     TYPOGRAPHY
     ============================================ */

  /* Font Families */
  --font-family-sans: 'Inter', system-ui, sans-serif;
  --font-family-heebo: 'Heebo', system-ui, sans-serif;
  --font-family-serif: 'Georgia', serif;
  /* Update from Figma if different */
  --font-family-mono: 'Courier New', monospace;
  /* Update from Figma if different */

  /* Font Sizes (Update from Figma Text Styles) */
  --font-size-xs: 0.75rem;
  /* 12px */
  --font-size-sm: 0.875rem;
  /* 14px */
  --font-size-base: 1rem;
  /* 16px */
  --font-size-lg: 1.125rem;
  /* 18px */
  --font-size-xl: 1.25rem;
  /* 20px */
  --font-size-2xl: 1.5rem;
  /* 24px */
  --font-size-3xl: 1.875rem;
  /* 30px */
  --font-size-4xl: 2.25rem;
  /* 36px */
  --font-size-5xl: 3rem;
  /* 48px */
  --font-size-6xl: 3.75rem;
  /* 60px */

  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Line Heights */
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;

  /* ============================================
     SPACING
     ============================================ */

  /* Spacing Scale (Tailwind defaults - update if Figma has custom spacing) */
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  /* 4px */
  --spacing-2: 0.5rem;
  /* 8px */
  --spacing-3: 0.75rem;
  /* 12px */
  --spacing-4: 1rem;
  /* 16px */
  --spacing-5: 1.25rem;
  /* 20px */
  --spacing-6: 1.5rem;
  /* 24px */
  --spacing-8: 2rem;
  /* 32px */
  --spacing-10: 2.5rem;
  /* 40px */
  --spacing-12: 3rem;
  /* 48px */
  --spacing-16: 4rem;
  /* 64px */
  --spacing-20: 5rem;
  /* 80px */
  --spacing-24: 6rem;
  /* 96px */

  /* ============================================
     BORDER RADIUS
     ============================================ */

  --radius-none: 0;
  --radius-sm: 0.125rem;
  /* 2px */
  --radius-base: 0.25rem;
  /* 4px */
  --radius-md: 0.375rem;
  /* 6px */
  --radius-lg: 0.5rem;
  /* 8px */
  --radius-xl: 0.75rem;
  /* 12px */
  --radius-2xl: 1rem;
  /* 16px */
  --radius-3xl: 1.5rem;
  /* 24px */
  --radius-full: 9999px;

  /* ============================================
     SHADOWS / ELEVATION
     ============================================ */

  /* Update from Figma Effect Styles */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 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);

  /* ============================================
     BREAKPOINTS
     ============================================ */

  /* Responsive Breakpoints (Tailwind defaults) */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;

  /* ============================================
     GRADIENT COLORS
     ============================================ */

  /* Banner Gradient (Update from Figma) */
  --gradient-purple-start: #E9D5FF;
  /* purple-100 */
  --gradient-pink-end: #FCE7F3;
  /* pink-100 */
}

/* ============================================
   USAGE EXAMPLES
   ============================================ */

/*
  Colors:
  style="color: var(--color-brand-teal);"
  background-color: var(--color-gray-800);
  
  Typography:
  font-family: var(--font-family-sans);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  
  Spacing:
  padding: var(--spacing-4);
  margin: var(--spacing-8);
  
  Border Radius:
  border-radius: var(--radius-lg);
  
  Shadows:
  box-shadow: var(--shadow-md);
  
  Gradients:
  background: linear-gradient(to right, var(--gradient-purple-start), var(--gradient-pink-end));
*/