@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Thin.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 100;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.ttf");
  font-weight: 900;
}

body {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 12px;
}

h1 {
  font-weight: 700;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;
}
.hljs {
  background: #404450 !important;
  color: #f8f8f2;
  border-radius: 10px;
  font-family: montserrat;
}
