@font-face {
    font-family: 'Fira Sans New';
    src: url('fonts/FiraSans-Regular.eot');
    src: url('fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/FiraSans-Regular.woff') format('woff'),
         url('fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans New';
    src: url('fonts/FiraSans-Bold.eot');
    src: url('fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FiraSans-Bold.woff') format('woff'),
         url('fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans New';
    src: url('fonts/FiraSans-Italic.eot');
    src: url('fonts/FiraSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/FiraSans-Italic.woff') format('woff'),
         url('fonts/FiraSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/*@font-face {
    font-family: 'Fira Sans New';
    src: url('fonts/FiraSans-Thin.eot');
    src: url('fonts/FiraSans-Thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/FiraSans-Thin.woff') format('woff'),
         url('fonts/FiraSans-Thin.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}*/