
:root {
  --bg: #ffffff;
  --bg-card: #f8f8fa;
  --bg-card-hover: #f0f0f5;
  --surface: #f2f2f6;
  --text: #1a1a2e;
  --text-muted: #6b6b7b;
  --accent: #0db7b3;
  --accent-light: #1fb9b6;
  --border: rgba(0, 0, 0, 0.08);
  --radius: 12px;
  /* --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; */
  --font: "Fira Sans", Sans-serif;
}


