@font-face {
  src: url('/static/fonts/Open\ 24\ Display\ St.ttf');
  font-family: led;
}

@font-face {
  src: url('/static/fonts/Roboto-Thin.ttf');
  font-family: roboto-thin;
}

body {
  background-color: rgb(43, 43, 43) !important;
}

.material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
}

/* .material-icons {
  font-size: inherit;
  line-height: inherit;
  vertical-align: bottom;
  padding-bottom: 1px;
} */
