/* Remove bold from the main page title and section headers */
h1, h2, h3, h4, h5, h6 {
    font-weight: 200 !important;
}

.p-red {
    color: #d32c2c;    
}

.ulsarsa-violet {
    color: rgb(125, 1, 125);
}

.pulsarsa-word {
    font-family: inherit;
}

dl.py.class > dt.sig.sig-object.py {
    border-bottom: 2px solid #757575;  /* greenish underline */
    padding-bottom: 6px;
    margin-bottom: 16px;    
    font-family: monospace;    
    border-top: 2px solid #757575;  /* greenish underline */
    padding-top: 6px;
    margin-top: 16px;
    margin-top: 16px;
    font-family: monospace;
    font-size: 1.1em;
}

/*custom footer imprint and link to portal*/
.footer-links a {
  display: block;
  color: var(--color-foreground-muted);
  text-decoration: none;
  margin: 4px 0;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  /*color: var(--color-foreground-primary);*/
  color: var(--color-brand-primary);
  text-decoration: underline;
}