@font-face {
    font-family: "Mukta";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Mukta-Regular.ttf);
}

@font-face {
    font-family: "Mukta";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Mukta-Bold.ttf);
}

@font-face {
    font-family: "Mukta";
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Mukta-Light.ttf);
}

@font-face {
    font-family: "Mukta";
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Mukta-ExtraLight.ttf);
}