html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.navbar-brand {
  letter-spacing: -0.5px;
}

.potluck-hero {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

.card {
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.badge {
  font-weight: 500;
}

.table > :not(caption) > * > * {
  padding: 0.85rem 0.75rem;
}
