:root {
  --mlm-primary: #6c5ce7; /* Brand color */
  --mlm-secondary: #a29bfe;
  --mlm-danger: #ff7675; /* For warnings */
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #f9f9f9;
}

/* Utility classes */
.mlm-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
}

section h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.card {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.nav-link {
    color: white;
}