.btn{
  font-weight: 700 !important;
  letter-spacing: .03rem;
}

.btn-outline-secondary, .btn-secondary{
  font-weight: 400 !important;
}

.btn-sm{
  font-size: 0.8rem !important;
  letter-spacing: 0;
}

.btn-fat-outline{
  border-width: 2px !important;
}

.btn-secondary, .btn-outline-secondary{
  color: #212529 !important;
}

.btn-mc{
  color: white !important;
}

.card .btn-light:hover {
  background-color: rgba(255,255,255,0.90) !important;
  border-color: rgba(255,255,255,0.90) !important;
}

.border-top-8{
  border-top: 8px solid #999;
}

.border-bottom-2{
  border-bottom: 2px solid #999 !important;
}

