@font-face {
    font-family: 'bebas neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'open sans';
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'open sans';
    font-weight: bold;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'open sans';
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'open sans';
    font-weight: 800;
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}