/* ReviewBoost — minimal custom styles */

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

.navbar-brand {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.card {
  border-radius: 12px;
}

.table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  font-weight: 600;
}

.badge {
  font-size: 0.72rem;
  font-weight: 500;
}

.display-5 {
  font-size: 2.5rem;
}
