@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebas_neue/BebasNeueLight.woff2') format('woff2'),
        url('../fonts/bebas_neue/BebasNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebas_neue/BebasNeue-Thin.woff2') format('woff2'),
        url('../fonts/bebas_neue/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebas_neue/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/bebas_neue/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebas_neue/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/bebas_neue/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/bebas_neue/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/bebas_neue/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

