/* Bracketbridge typography is centralized here so every public and staff surface renders consistently. */
:root {
  --bb-font-sans: "Avenir Next", Avenir, "Helvetica Neue", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --bb-font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

html {
  font-family: var(--bb-font-sans);
}

body {
  font-family: inherit;
}

:where(button, input, select, textarea) {
  font-family: inherit;
}

:where(code, kbd, pre, samp) {
  font-family: var(--bb-font-mono);
}
