/* Common styling */

body {
  font-family: 'Inter', sans-serif;
}

.nav-active {
  color: #4f46e5;
  font-weight: bold;
}

.btn-primary {
  background: #4f46e5;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #3730a3;
}