
/*--custom fonts--*/
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Hind-Light.woff");
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Hind-Regular.woff");
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Hind-Medium.woff");
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Hind-SemiBold.woff");
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Hind-Bold.woff");
}
/*--Roboto fonts--*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.woff");
}