@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap');
@charset "UTF-8";

html {
  font-size: 16px !important;
  font-family: 'Manrope', sans-serif !important;
}

ul.ul-sections li {
  margin-bottom: 10px;
  margin-top: 40px;
}


ul.ul-sections li strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

#documenter_content a {
  color: #0569D6 !important;
  transition: opacity 0.3s;
  text-decoration: none !important;
}

#documenter_content a:hover {
  opacity: 0.7 !important;
}

div#documenter_sidebar {
  background: #f7f2eb;
}

div#documenter_sidebar ul {
  border: 0;
}

div#documenter_sidebar ul li {
  margin-bottom: 1px;
}

div#documenter_sidebar ul a.current {
  background: #2b074f;
  color: #fff;
  border: 0;
}

div#documenter_sidebar ul a {
  border-top: 0;
  border-bottom: 0;
  color: #2b074f;
  background: transparent;
  text-shadow: none;
}

div#documenter_sidebar ul a:hover {
  background: #2b074f;
  color: #fff;
  border-top: 0;
}

div#documenter_content section img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

div#documenter_copyright {
  color: #2b074f;
}

#documenter_sidebar #documenter_logo {
  background-image: url(../images/logo-fexa-dark.svg) !important;
  background-size: contain;
  margin: 0 20px;
}