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

/* Montserrat Extra Light 200 para títulos */
h1,
h2,
.title-extralight {
    font-weight: 200;
}

/* Montserrat Light 300 para subtitulos */
h3,
h4,
h5,
h6,
.subtitle-light {
    font-weight: 300;
}

/* Montserrat Regular 400 para textos */
p,
span,
div,
a,
label,
input,
select,
textarea,
button,
.text-regular {
    font-weight: 400;
}

/* Montserrat Medium 500 para Datos y números */
.data-medium,
td,
th,
.number {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600; 
}

/* Para tablas que necesitan desplazamiento horizontal suave */
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* Fix modal overflow */
.modal-body-scroll { max-height: calc(100vh - 15rem); overflow-y: auto; }