
/*
 * TODOS LOS ESTILOS RELACIONADOS CON LAS FUENTES:
 */

/*
 * [ Font face : Arial Black ]
 */
@font-face {
    font-family : 'Arial-Black';
    font-display: swap;
    src: url('../fonts/arial/Black/Arial-Black.eot');
    src: url('../fonts/arial/Black/Arial-Black.eot') format('embedded-opentype'),
         url('../fonts/arial/Black/Arial-Black.woff') format('woff'),
         url('../fonts/arial/Black/Arial-Black.ttf') format('truetype'),
         url('../fonts/arial/Black/Arial-Black.svg#Arial-Black') format('svg');
}

/*
 * [ Font face : Helvetical Roman ]
 */
 @font-face {
    font-family : 'HelveticaRoman';
    font-display: swap;
    src: url('../fonts/helveticaLTStd/Roman/HelveticaRoman.eot');
    src: url('../fonts/helveticaLTStd/Roman/HelveticaRoman.eot') format('embedded-opentype'),
         url('../fonts/helveticaLTStd/Roman/HelveticaRoman.woff') format('woff'),
         url('../fonts/helveticaLTStd/Roman/HelveticaRoman.ttf') format('truetype'),
         url('../fonts/helveticaLTStd/Roman/HelveticaRoman.svg#HelveticaRoman') format('svg');
}

/*
 * [ Font face : Helvetical Condensed Bold ]
 */
 @font-face {
    font-family : 'HelveticaCondBold';
    font-display: swap;
    src: url('../fonts/helveticaLTStd/Condensed/bold/HelveticaCondBold.eot');
    src: url('../fonts/helveticaLTStd/Condensed/bold/HelveticaCondBold.eot') format('embedded-opentype'),
         url('../fonts/helveticaLTStd/Condensed/bold/HelveticaCondBold.woff') format('woff'),
         url('../fonts/helveticaLTStd/Condensed/bold/HelveticaCondBold.ttf') format('truetype'),
         url('../fonts/helveticaLTStd/Condensed/bold/HelveticaCondBold.svg#HelveticaCondBold') format('svg');
}

/*
 * [ Font face : Helvetical Black Condensed ]
 */
 @font-face {
    font-family : 'HelveticaBlkCond';
    font-display: swap;
    src: url('../fonts/helveticaLTStd/Black/Condensed/HelveticaBlkCond.eot');
    src: url('../fonts/helveticaLTStd/Black/Condensed/HelveticaBlkCond.eot') format('embedded-opentype'),
         url('../fonts/helveticaLTStd/Black/Condensed/HelveticaBlkCond.woff') format('woff'),
         url('../fonts/helveticaLTStd/Black/Condensed/HelveticaBlkCond.ttf') format('truetype'),
         url('../fonts/helveticaLTStd/Black/Condensed/HelveticaBlkCond.svg#HelveticaBlkCond') format('svg');
}

/*
 * [ Font face : Helvetical Black Condensed Oblique ]
 */
 @font-face {
    font-family : 'HelveticaBlkCondObl';
    font-display: swap;
    src: url('../fonts/helveticaLTStd/Black/Condensed/Oblique/HelveticaBlkCondObl.eot');
    src: url('../fonts/helveticaLTStd/Black/Condensed/Oblique/HelveticaBlkCondObl.eot') format('embedded-opentype'),
         url('../fonts/helveticaLTStd/Black/Condensed/Oblique/HelveticaBlkCondObl.woff') format('woff'),
         url('../fonts/helveticaLTStd/Black/Condensed/Oblique/HelveticaBlkCondObl.ttf') format('truetype'),
         url('../fonts/helveticaLTStd/Black/Condensed/Oblique/HelveticaBlkCondObl.svg#HelveticaBlkCondObl') format('svg');
     font-weight: 900;
    font-style  : italic;
}

/*
 * [ Font face : Myriad Pro ]
 */
@font-face {
    font-family : 'Myriad-Pro';
    font-display: swap;
    src: url('../fonts/myriad-pro/MyriadPro-Regular.eot');
    src: url('../fonts/myriad-pro/MyriadPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/myriad-pro/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/myriad-pro/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/myriad-pro/MyriadPro-Regular.svg#Myriad-Pro') format('svg');
}

/*
 * [ Font face : Ropa Sans ]
 */
@font-face {
    font-family : 'Ropa-Sans';
    font-display: swap;
    src: url('../fonts/ropa-sans-regular/ropa-sans-regular.eot');
    src: url('../fonts/ropa-sans-regular/ropa-sans-regular.eot') format('embedded-opentype'),
         url('../fonts/ropa-sans-regular/ropa-sans-regular.woff') format('woff'),
         url('../fonts/ropa-sans-regular/ropa-sans-regular.ttf') format('truetype'),
         url('../fonts/ropa-sans-regular/ropa-sans-regular.svg#Ropa-Sans') format('svg');
}