/* ========== UTILITIES ==========
   Helpers reutilizáveis
*/

.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}

.text-center {
  text-align: center;
}
.text-muted {
  color: var(--color-text-muted);
}
.round {
  border-radius: var(--radius);
}
.shadow {
  box-shadow: var(--shadow);
}
