:root {
      --bg: #ffffff;
      --bg2: #f8fafc;
      --bg3: #f1f5f9;
      --card: #ffffff;
      --border: rgba(0, 0, 0, 0.08);
      --border2: rgba(0, 0, 0, 0.12);
      --accent: #10b981;
      --accent2: #06b6d4;
      --green: #10b981;
      --pink: #ec4899;
      --yellow: #f59e0b;
      --text: #1f2937;
      --text2: #6b7280;
      --text3: #9ca3af;
      --font-head: 'Space Grotesk', sans-serif;
      --font-body: 'Inter', sans-serif;
      --radius: 12px;
      --radius-lg: 18px;
    }
