@font-face {
    font-family: 'a_faruma';
    src:
        url('/assets/fonts/dhivehi/AFaruma.eot') format('eot'),
        url('/assets/fonts/dhivehi/AFaruma.svg') format('svg'),
        url('/assets/fonts/dhivehi/AFaruma.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Maumoon';
    src: url('/assets/fonts/dhivehi/Maumoon.eot');
    src: url('/assets/fonts/dhivehi/Maumoon.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/dhivehi/Maumoon.woff2') format('woff2'),
    url('/assets/fonts/dhivehi/Maumoon.woff') format('woff'),
    url('/assets/fonts/dhivehi/Maumoon.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'mv_waheed';
    src: url('/assets/fonts/dhivehi/mv_waheed.otf') format('opentype'),
}

@font-face {
    font-family:"mv_faseyha";
    src: url('/assets/fonts/dhivehi/mv_faseyha.otf') format("opentype");
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;

}

@keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
a:visited, a:active, a:hover, a:link {
    text-decoration: none;
}
