/*regular*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-Regular.otf') format('opentype'),    /* mejor capacidad */
         url('fonts/SuraSansVF.ttf') format('truetype');    /* mejor compatibilidad */
    font-weight: normal;
    font-style: normal;
}

/*italica*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-RegularItalica.otf') format('opentype'),    /* mejor capacidad */
         url('fonts/SuraSans-ItalicaVF.ttf') format('truetype');    /* mejor compatibilidad */
    font-weight: normal;
    font-style: italic;
}

/*negrita*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-Negrita.otf') format('opentype'),    /* mejor capacidad */
         url('fonts/SuraSansVF.ttf') format('truetype');    /* mejor compatibilidad */
    font-weight: bold;
    font-style: normal;
}

/*negrita-italica*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-NegritaItalica.otf') format('opentype'),    /* mejor capacidad */
         url('fonts/SuraSansVF.ttf') format('truetype');    /* mejor compatibilidad */
    font-weight: bold;
    font-style: italic;
}

/*extra-negrita*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-Extranegrita.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/*extra-negrita italica*/
@font-face {
font-family: 'SuraSans';
src: url('fonts/SuraSans-ExtranegritaItalica.otf') format('opentype');
font-weight: 800;
font-style: italic;
}

/*semi-negrita*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-Seminegrita.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/*semi-negrita italica*/
@font-face {
font-family: 'SuraSans';
src: url('fonts/SuraSans-SeminegritaItalica.otf') format('opentype');
font-weight: 600;
font-style: italic;
}

/*ligera*/
@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSans-Ligera.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/*ligera italica*/
@font-face {
font-family: 'SuraSans';
src: url('fonts/SuraSans-LigeraItalica.otf') format('opentype');
font-weight: 300;
font-style: italic;
}
