@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 100;
    src: url('./BebasNeue-Thin.otf') format("opentype"),
         url('./BebasNeue-Thin.ttf') format('ttf');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 200;
    src: url('./BebasNeue-Light.otf') format("opentype"),
    url('./BebasNeue-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 300;
    src: url('./BebasNeue-Book.otf') format("opentype"),
    url('./BebasNeue-Book.ttf') format('ttf');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('./BebasNeue-Regular.otf') format("opentype"),
    url('./BebasNeue-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    src: url('./BebasNeue-Bold.otf') format("opentype"),
    url('./BebasNeue-Bold.ttf') format('ttf');
}