:root {
  --muted: #6c757d;
}

body {
  background: #f8f9fb;
}

header .h3 {
  letter-spacing: 0.2px;
}

.card {
  border-radius: 10px;
}

table.table td, table.table th {
  vertical-align: middle;
}

#progressArea.d-flex {
  display: inline-flex !important;
}

/* Make code tags subtle */
code {
  color: #0d6efd;
}

