:root {
  --primary: #58a6ff;
  --primary-hover: #4492eb;
  --primary-light: rgba(88,166,255,0.15);
  --bg: #0d1117;
  --bg2: #15191f;
  --card: #161b22;
  --text: #c9d1d9;
  --text2: rgba(201,209,217,0.6);
  --border: rgba(201,209,217,0.15);
}
body { font-family: 'Poppins', -apple-system, sans-serif; }