@import url('https://apr.apache.org/fonts/Montserrat.css');
@import url('https://apr.apache.org/fonts/Open_Sans.css');
@import url('https://apr.apache.org/fonts/IBM_Plex_Mono.css');

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: "IBM Plex Mono", monospace;
  font-size: 95%;
}
h1, h2, h3, h4, h5, h6, th {
  font-family: "Montserrat", sans-serif;
}
h1, h2, th {
  font-weight: 600;
}
h3, h4, h5, h6 {
  font-weight: 300;
}

.navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.navbar .navbar-brand,
.navbar .active {
  font-weight: 600;
}
.navbar .dropdown-menu > li > a {
  font-weight: 300;
}

#logo {
  height: 120px;
  width: auto;
  margin: 10px 40px 40px 40px;
}
