@font-face {
  font-family: "Aktiv Grotesk";
  src: url("/fonts/AktivGrotesk_WCorp_Rg.woff") format("woff");
}

@font-face {
  font-family: "Aktiv Grotesk";
  font-weight: bold;
  src: url("/fonts/AktivGrotesk_WCorp_Bd.woff") format("woff");
}

body {
  font-family: "Aktiv Grotesk" !important;
  font-size: 13px;
}

#nprogress .bar {
  background-color: lightgreen;
  z-index: 9999;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.ReactVirtualized__Grid {
  outline: none !important;
}

form {
  height: 100%;
}

img,
video {
  max-width: 100%;
}
