.content section:first-of-type {
    padding-top: 0;
}

.content section:last-of-type {
    padding-bottom: 0;
}

.content section {
    margin-bottom: 48px;
}

.content {
    font-size: 1.2rem;
        font-family: 'JakartaSans-Medium';
}

.content p {
    margin-bottom: 1.5rem;
}

.content p a {
    color: inherit;
    text-decoration: underline;
}

.content p a:hover {
    color: rgb(117, 116, 116);
}

.content strong {
    font-family: 'JakartaSans-Bold';
}

.content h1 {
    font-size: 3.5rem;
    font-family: 'JakartaSans-Bold';
    margin-bottom: 3.5rem;
}

.content section:first-of-type p {
    font-size: 1.4rem;
    font-family: 'JakartaSans-SemiBold';
}

.content h2 {
    font-size: 1.8rem;
    font-family: 'JakartaSans-SemiBold';
    margin-bottom: 1.2rem;
}

.content h3 {
    font-size: 1.2rem;
    font-family: 'JakartaSans-Bold';
    margin-bottom: 0.8rem;
}

.content ul {
    list-style-type: disc;
}

.content li {
    padding-bottom: 1rem;
}

.nav-link.active {
  background-color: var(--black) !important;
}

.nav-link.active.scrollspy-toc {
  background-color: var(--purple) !important;
}

.nav-link.active.scrollspy-td {
  background-color: var(--blue) !important;
}

.nav-link.active.scrollspy-oc4xl {
  background-color: var(--green) !important;
}

.highlight {
    background-color: var(--light-gray);
    border-radius: .25rem;
    padding: 2rem;
    font-family: 'JakartaSans-SemiBold';
}