:root {
  --bg: #0d1117;
  --text: #e6edf3;
  --heading: #f5f9ff;
  --subtle: #8b949e;
  --link: #58a6ff;
  --link-hover: #79c0ff;
  --accent: #58a6ff;
  --accent-muted: rgba(88, 166, 255, 0.15);
  --card-bg: rgba(22, 27, 34, 0.85);
  --border: rgba(240, 246, 252, 0.1);
  --shadow: 0 20px 45px rgba(2, 6, 12, 0.55);
  --panel: rgba(13, 17, 23, 0.72);
  --tag-bg: rgba(88, 166, 255, 0.18);
  --tag-text: #58a6ff;
  --tag-border: rgba(88, 166, 255, 0.25);
  --button-bg: #2980b9;
  --button-hover: #1f6aa2;
  --button-text: #ffffff;
  --contact-bg: transparent;
  --contact-border: rgba(240, 246, 252, 0.25);
  --contact-text: #e6edf3;
}
