@font-face {
    font-family: 'Termina';
    src: url('Termina-Medium.eot');
    src: url('Termina-Medium.eot?#iefix') format('embedded-opentype'),
        url('Termina-Medium.woff2') format('woff2'),
        url('Termina-Medium.woff') format('woff'),
        url('Termina-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Black';
    src: url('Termina-Black.eot');
    src: url('Termina-Black.eot?#iefix') format('embedded-opentype'),
        url('Termina-Black.woff2') format('woff2'),
        url('Termina-Black.woff') format('woff'),
        url('Termina-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.fuente-termina{
	font-family: 'Termina' !important;
}
.fuente-termina-black{
	font-family: 'Termina Black' !important;
}
