/* Shared QueryBench company identity. App workspace styling is independent. */
:root {
  --qb-paper: #f2f7fc;
  --qb-paper-alt: #e8edf8;
  --qb-ink: #24324b;
  --qb-soft: #52617a;
  --qb-lavender: #8076b4;
  --qb-yellow: #ffce2d;
  --qb-body: "Trebuchet MS", "Avenir Next", sans-serif;
  --qb-display: "Avenir Next", "Trebuchet MS", sans-serif;
}
body { font-family: var(--qb-body); color: var(--qb-ink); background: var(--qb-paper); }
h1, h2, h3, .brand, .qb-wordmark { font-family: var(--qb-display); }
.qb-icon { display: block; border-radius: 10px; flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--qb-lavender); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
