/*
 * Copyright (c) 2019. Grupo Coopify (Spain)
 *
 * This sofware is protected under Spanish law. Any distribution of this software
 * will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on $day / $month / $year
 *
 *
 */

@font-face {
    font-family: 'Cerebri Sans';
    src:
        url('CerebriSans-Bold.woff2') format('woff2'),
        url('CerebriSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cerebri Sans';
    src:
        url('CerebriSans-Regular.woff2') format('woff2'),
        url('CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

