@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/subset-Bebas%20Neue%20Regular.woff2') format('woff2'),
        url('../fonts/subset-Bebas%20Neue%20Regular.woff') format('woff'),
        url('../fonts/subset-Bebas%20Neue%20Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/subset-Bebas%20Neue%20Bold.woff2') format('woff2'),
        url('../fonts/subset-Bebas%20Neue%20Bold.woff') format('woff'),
        url('../fonts/subset-Bebas%20Neue%20Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}