/* //TODO: meter esto en un fichero globales.css que se cargue siempre*/

:root {
    --neutral-50: #EBEBEB;
    --neutral-500: #343434;
    --azul-100: #D4D9FF;
    --space-s: 8px;
}


.h-s--sb {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.2px;
}

.h-xs--sb {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}


.t-m--sb {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


.t-m--r {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}