/*@font-face {
    font-family: "Mont";
    src: url('./fonts/Mont-Thin.ttf');
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "Mont";
    src: url('./fonts/Mont-Light.ttf');
    font-style: normal;
    font-weight: 400;
}
*/
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Book.woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Regular.woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Regular.woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Bold.woff");
  font-style: normal;
  font-weight: 800;
}
/*
@font-face {
    font-family: "Mont";
    src: url('./fonts/Mont-Bold.ttf')
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Mont";
    src: url('./fonts/Mont-BoldItalic.ttf')
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: "Mont";
    src: url('./fonts/Mont-RegularItalic.ttf')
    font-style: italic;
    font-weight: 500;
}
*/
body {
  font-family: "Mont", "Fontfabric-Notdef", sans-serif !important;
}
/* scrollbar style */
/* width */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 10px;
}
/* Track */
*::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #bdbdbdcb;
  border-radius: 8px;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #bdbdbd;
}

.ReactCollapse--collapse {
  transition: height 500ms;
}

h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
a {
  color: #22AA5F;
}