/* ---------------------------------------------------------------------------
 * Roslindale - Grupo Tramarsa (Brand Manual 2024, pag. 10)
 *
 * Uso EXCLUSIVO para numeros destacados y signos de exclamacion, pregunta o
 * comillas que deban resaltarse visualmente, con un interletrado de -50
 * (equivalente a -0.05em). Todo el resto del texto usa Inter.
 *
 * ATENCION (licencia): los archivos provistos en el manual son builds
 * "-Testing" de Roslindale. Antes de publicar a produccion hay que
 * reemplazarlos por los binarios con licencia web comercial.
 * ------------------------------------------------------------------------- */

@font-face {
    font-family: 'Roslindale';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Roslindale-Display-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roslindale';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('Roslindale-Text-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roslindale';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Roslindale-Text-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roslindale';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Roslindale-Text-Bold.ttf') format('truetype');
}
