/* Envid VM Manager - custom styling on top of Bootstrap 5 */

body {
  font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

.navbar-brand {
  letter-spacing: 0.02em;
}

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

.card {
  border: none;
  border-radius: 0.75rem;
}

code {
  font-size: 0.85em;
}
