@import url(../library/fontData.css);

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../library/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
button {
  /* font-family: monospace; */
  font-family: 'Gilroy';
}
abbr {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
a:active {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
a:focus {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
a:visited {
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}

::-webkit-scrollbar {
  width: 5px;
  background: rgb(147 147 147);
}
::-webkit-scrollbar-thumb {
  background: rgb(61 61 61);
  border-radius: 0px;
}


body {
  margin: 0;
  padding: 0px;
  background: #ddd;
  font-family: 'Gilroy';
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: auto;
}