@font-face {
    font-family: 'Sen-Regular';
    src: url('../../build/fonts/Sen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sen-Bold';
    src: url('../../build/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sen-ExtraBold';
    src: url('../../build/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../build/fonts/fa-regular-400.eot');
    src: url('../../build/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
         url('../../build/fonts/fa-regular-400.woff') format('woff'),
         url('../../build/fonts/fa-regular-400.ttf') format('truetype'),
         url('../../build/fonts/fa-regular-400.svg#interblack') format('svg');
    font-weight: normal;
    font-style: normal;
}