@font-face {
    font-family: 'karmilla-regular';
    src: url('../fonts/karmilla-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'karmilla-bold';
    src: url('../fonts/karmilla-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TamilMN';
    src: url('../fonts/TamilMN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TamilMN-Bold';
    src: url('../fonts/TamilMN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.karmilla, .kr{
     font-family: 'karmilla-regular';
    font-weight: normal;
}
.karmilla-bold, .kr-bold{
   font-family: 'karmilla-bold';
    font-weight: bold;
}
.TamilMN, .tm{
     font-family: 'TamilMN';
    font-weight: normal;
}
.TamilMN-bold, .tm-bold{
    font-family: 'TamilMN-Bold';
    font-weight: bold;
}