@font-face {
    font-family: 'Rokkitt';
    src: url('../fonts/Rokkitt-Bold.ttf') format('truetype');
         url('../fonts/Rokkitt-Bold.eot') format('embedded-opentype'),
         url('../fonts/Rokkitt-Bold.woff') format('woff'),
         url('../fonts/Rokkitt-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Rokkitt';
    src: url('../fonts/Rokkitt-Regular.ttf') format('truetype');
         url('../fonts/Rokkitt.eot') format('embedded-opentype'),
         url('../fonts/Rokkitt.woff') format('woff'),
         url('../fonts/Rokkitt.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}