/**** Fonts ****/
/* @font-face {
    font-family: 'Kohinoor';
    src: url('Kohinoor.ttc') format('truetype'),
} */
@font-face {
    font-family: 'Heebo-Light';
    src: url('Heebo-Light.ttf') format('truetype'),
}
@font-face {
    font-family: 'Heebo-Regular';
    src: url('Heebo-Regular.ttf') format('truetype'),
}
@font-face {
    font-family: 'Heebo-Medium';
    src: url('Heebo-Medium.ttf') format('truetype'),
}
@font-face {
    font-family: 'Heebo-Bold';
    src: url('Heebo-Bold.ttf') format('truetype'),
}