
/* Roboto */


@font-face {
    font-family: 'Roboto';
    src: url('fonts/B/Roboto_Condensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/B/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/B/Roboto_Condensed-Italic') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/B/Roboto_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/B/Roboto_Condensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



/*-------------------------------------*/



/* Roboto Slab */


@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/H/RobotoSlab-Thin.ttf') format('truetype');
    font-weight: 100;  /* Thin normalmente es 100 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/H/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;  /* Light es 300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/H/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: 400;  /* Regular/Normal es 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/H/RobotoSlab-Medium.ttf') format('truetype');
    font-weight: 500;  /* Medium es 500 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/H/RobotoSlab-SemiBold.ttf') format('truetype');
    font-weight: 600;  /* SemiBold es 600 */
    font-style: normal;
    font-display: swap;
}



/*-------------------------------------*/















