/**** Fonts ****/
/* @font-face {
    font-family: 'Kohinoor';
    src: url('Kohinoor.ttc') format('truetype'),
} */
@font-face {
    font-family: 'FbPracticaNarrow-Regular';
    src: url('FbPracticaNarrow-Regular.otf') format('opentype'),
}
@font-face {
    font-family: 'FbPracticaNarrow-Bold';
    src: url('FbPracticaNarrow-Bold.otf') format('opentype'),
}
@font-face {
    font-family: 'FbElectronSansEng-Light';
    src: url('FbElectronSansEng-Light.otf') format('opentype'),
}
@font-face {
    font-family: 'FbElectronSansEng-Regular';
    src: url('FbElectronSansEng-Regular.otf') format('opentype'),
}
@font-face {
    font-family: 'FbElectronSansEng-Bold';
    src: url('FbElectronSansEng-Bold.otf') format('opentype'),
}