@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--gh-canvas:#0d1117;--gh-surface:#161b22;--gh-border:#30363d;--gh-text:#e6edf3;--gh-muted:#8b949e;--gh-blue:#58a6ff;--gh-green:#3fb950;--gh-red:#f85149}*{box-sizing:border-box}body{background:var(--gh-canvas);color:var(--gh-text);font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gh-canvas)}::-webkit-scrollbar-thumb{background:var(--gh-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gh-muted)}