@font-face {
    font-family: 'Mukta';
    src: url('/fonts/mukta-regular-webfont.woff2') format('woff2'),
         url('/fonts/mukta-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mukta';
    src: url('/fonts/mukta-semibold-webfont.woff2') format('woff2'),
         url('/fonts/mukta-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
