@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900|Ubuntu:400,500,700&display=swap');

h1, .header, h1.ui.header, .ui.menu .item, a[data-testid="apiListLink"]{
  color: black !important;
}

.ui.inverted.menu {
    background: white !important;
}
.ui.inverted.menu .active.item {
    background: #a8a8a8 !important;
}
.ui.menu .item:hover {
   background: whitesmoke !important;
}

.ui[class*="center aligned"].segment {
  color: black !important;
  background-color: #f8f8f8 !important;
}

.ui.positive.button {
  background: #00915a !important;
}

body {
  font-family: 'Montserrat' !important;
}

h1, a, .header{
  font-family: "Montserrat", "Lato","Helvetica Neue",Arial,Helvetica,sans-serif !important;
  font-weight: 400 !important;
}

p  {
  font-family: "Montserrat", "Lato","Helvetica Neue",Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    letter-spacing: .32px !important;
    line-height: 26px !important;
    font-weight: 100 !important;
}
