@charset "UTF-8";

@font-face {
	font-family: 'Hind Guntur';
	src: url('./fonts/hind-guntur/HindGuntur-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Hind Guntur';
	src: url('./fonts/hind-guntur/HindGuntur-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
  font-family: "mj";
  src:url("./fonts/icons/mj.eot");
  src:url("./fonts/icons/mj.eot?#iefix") format("embedded-opentype"),
    url("./fonts/icons/mj.woff") format("woff"),
    url("./fonts/icons/mj.ttf") format("truetype"),
    url("./fonts/icons/mj.svg#mj") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "mj" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mj" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-plus-circle:before {
  content: "\61";
}
.icon-link:before {
  content: "\62";
}
.icon-chevron-right:before {
  content: "\65";
}
.icon-chevron-left:before {
  content: "\66";
}
.icon-close:before {
  content: "\63";
}
