/*Mukta*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');
@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 100;
    src: url('/incl/fonts/mukta/Mukta-ExtraLight.ttf');
}

@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 200;
    src: url('/incl/fonts/mukta/Mukta-Light.ttf');
}

@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 300;
    src: url('/incl/fonts/mukta/Mukta-Regular.ttf');
}

@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 600;
    src: url('/incl/fonts/mukta/Mukta-Bold.ttf');
}

@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 800;
    src: url('/incl/fonts/mukta/Mukta-SemiBold.ttf');
}

@font-face {
    font-family : "mukta";
    font-style : normal;
    font-weight: 900;
    src: url('/incl/fonts/mukta/Mukta-ExtraBold.ttf');
}

/*RFI IconFont */

@font-face {
  font-family: "rfi";
  src: url("/incl/fonts/iconfont/rfi.woff2?88283822?v2") format("woff2"),url("/incl/fonts/iconfont/rfi.woff?88283822?v2") format("woff"),url("/incl/fonts/iconfont/rfi.ttf?88283822?v2") format("truetype"),url("/incl/fonts/iconfont/rfi.svg?88283822#rfi?v2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}


