/* Title font: Michroma (Google Fonts). Applied to page H1 and the
   sidebar brand so the project title reads with the same display face
   as the REPL homepage. Body text and the API tables stay on the Furo
   default stack — Michroma is too heavy for paragraph copy. */

@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");

.sidebar-brand-text,
.content h1,
article h1 {
  font-family: "Michroma", system-ui, sans-serif;
  letter-spacing: 0.02em;
}

/* Glyph SVGs are drawn with hard black strokes that vanish on Furo's
   dark theme. Wrap each preview cell in a white pad so the symbol is
   readable regardless of the user's colour-scheme preference. */
.glyph-table img {
  background: #ffffff;
  padding: 6px;
  border-radius: 4px;
  box-sizing: content-box;
}
