@font-face {
    font-family: 'Brigends Expanded';
    src: url('../fonts/Brigends-Expanded.otf') format('opentype'), url('../fonts/Brigends-Expanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttc') format('truetype'), url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.otf') format('opentype'), url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutro ExtraBold';
    src: url('../fonts/Neutro-ExtraBold.otf') format('opentype'), url('../fonts/Neutro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Wulf Bold';
    src: url('../fonts/Wulf-Bold.otf') format('opentype'), url('../fonts/Wulf-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Ejemplos de uso */
body {
    font-family: 'Tahoma', sans-serif!important;
}

h1, h2, h3 {
    font-family: 'Brigends Expanded', serif!important;
}

p {
    font-family: 'Tahoma', serif!important;
}

strong {
    font-family: 'Wulf Bold', sans-serif!important;
}

em {
    font-family: 'Helvetica', sans-serif!important;
}

blockquote {
    font-family: 'Neutro ExtraBold', sans-serif!important;
}

