/* App-specific tweaks to complement Bootstrap dark theme */

.bg-secondary-subtle {
    background: #1a1a1a !important;
  }
  
  .card-title {
    font-weight: 600;
  }
  
  input.form-control,
  select.form-select,
  textarea.form-control {
    background: #0f0f0f;
    color: #e6e6e6;
    border-color: #2b2b2b;
  }
  
  input.form-control:focus,
  select.form-select:focus,
  textarea.form-control:focus {
    background: #111;
    border-color: #3a3a3a;
    box-shadow: none;
  }
  