:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --muted: #6c757d; /* Bootstrap secondary */
  --text: #212529;  /* Bootstrap body */
  --brand: #0d6efd; /* Bootstrap primary */
  --brand-2: #6ea8fe;
  --border: #dee2e6;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji;
  color: var(--text);
  background: var(--bg);
}

/* Keep minimal custom helpers used on the page */
.logo { display: inline-block; vertical-align: middle; }
code { background: #f8f9fa; padding: 2px 6px; border-radius: 6px; }
.endpoint-code { white-space: nowrap; overflow: auto; }
.small { font-size: 12px; }
