@font-face { font-family:muliRegular; src:url(/storage/fonts/Muli-Regular.ttf) }
@font-face { font-family:MV_Waheed; src:url(/storage/fonts/MV_Waheed.otf) }
@font-face { font-family:MV_Faseyha; src:url(/storage/fonts/MV_Faseyha.otf) }
@font-face {
    font-family: 'DD';
    font-style: normal;
    font-weight: 700;
    src: local('DD'), url('/storage/fonts/digital-dismay.regular.otf') format('woff');
}

.muliRegular {
    font-family: 'muliRegular';
    direction:ltr;
}

.faseyha {
    direction:rtl;
    font-family:MV_Faseyha;
}
.waheed {
    direction:rtl;
    font-family:MV_Waheed;
}

.timefont {
    font-family: 'DD';
  }

.pulse {
    animation: pulse 1s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}