/* SecRouter docs — IBM Plex + olive brand on top of Furo. */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

:root {
  --font-stack: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-stack--monospace: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

h1, h2, h3, h4,
.sidebar-brand-text {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: -0.01em;
}
.sidebar-brand-text { letter-spacing: 0.04em; }

/* tighten the brand logo block */
.sidebar-logo { max-width: 52px; }

/* eyebrow-style code chips feel a touch more "engineered" */
code.literal, .highlight { border-radius: 4px; }
