/* Leepus Malayalam Font Attachment CSS
-------------------------------------- */

/* Manjari */

@font-face {
    font-family: 'Manjari';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/manjari/Manjari-Regular.woff2?v=1.0) format('woff2'), url(../fonts/manjari/Manjari-Regular.woff?v=1.0) format('woff'), url(../fonts/manjari/Manjari-Regular.ttf?v=1.0) format('truetype');
}

/* Manjari Bold*/

@font-face {
    font-family: 'ManjariBold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/manjari/Manjari-Bold.woff2?v=1.0) format('woff2'), url(../fonts/manjari/Manjari-Bold.woff?v=1.0) format('woff'), url(../fonts/manjari/Manjari-Bold.ttf?v=1.0) format('truetype');
}

/* Manjari Thin*/

@font-face {
    font-family: 'ManjariThin';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/manjari/Manjari-Thin.woff2?v=1.0) format('woff2'), url(../fonts/manjari/Manjari-Thin.woff?v=1.0) format('woff'), url(../fonts/manjari/Manjari-Thin.ttf?v=1.0) format('truetype');
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}
.blinker{
    animation: blinker 2s linear infinite;
}