/* Dhivehi Font - MV Faseyha */
@font-face {
    font-family: 'mv_faseyharegular';
    src: url('../fonts/mv_faseyha.woff2') format('woff2'),
    url('../fonts/mv_faseyha.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ak_rasmeeregular';
    src: url('../fonts/ak_rasmee.woff2') format('woff2'),
    url('../fonts/ak_rasmee.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Dhivehi Text Class */
.text-faseyha {
    font-family: 'mv_faseyharegular', sans-serif;
}

.text-rasmee {
    font-family: 'ak_rasmeeregular', sans-serif;
}