@font-face {
    font-family: 'manjaribold';
    src: url('../fonts/manjari-bold-webfont.woff2') format('woff2'),
         url('../fonts/manjari-bold-webfont.woff') format('woff'),
         url('../fonts/Manjari-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manjarithin';
    src: url('../fonts/manjari-thin-webfont.woff2') format('woff2'),
         url('../fonts/manjari-thin-webfont.woff') format('woff'),
         url('../fonts/Manjari-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manjariregular';
    src: url('../fonts/manjari-regular-webfont.woff2') format('woff2'),
         url('../fonts/manjari-regular-webfont.woff') format('woff'),
         url('../fonts/Manjari-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}