:root {
  --bg: #f5f5f5;
}

html,
body {
  height: 100%;
}

body {
  background: var(--bg);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fitToContent {
  width: 1%;
  white-space: nowrap;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

.cursor-pointer {
  cursor: pointer;
}

