/**
 * Nuvia — tipografía reutilizable (panel + marketplace).
 * Preferir .nuvia-copy / .nuvia-label en lugar de text-gray-600 + fs-6 + fw-semibold dispersos.
 */

/* Texto secundario (ayudas, descripciones cortas) */
.nuvia-copy {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--bs-gray-600, #78829d);
}

/* Etiquetas de formulario alineadas al bundle (1rem / semibold) */
.nuvia-label,
label.nuvia-label,
.form-label.nuvia-label,
.col-form-label.nuvia-label {
    font-size: 1rem;
    font-weight: 600;
}
