* { font-family: "Outfit", sans-serif; }
.py-6 { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.bg-hero { background: hsla(350, 73%, 44%, 1); background: linear-gradient(180deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 80%); }

.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,  .accordion-item:last-of-type>.accordion-collapse { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item { margin-top: 20px; margin-bottom: 20px; border: none; }
.accordion-button:not(.collapsed) { background-color: transparent!important; box-shadow: none; color: #000; }

/* Small brand touches */
.icon-circle {
  width: 88px; height: 88px; border-radius: 999px;
  display: inline-grid; place-items: center; font-size: 3.25rem;
}

/* Scrollspy active link emphasis */
#mainNav .nav-link.active { font-weight: 600; }

/* Make anchor jumps smooth */
html { scroll-behavior: smooth; }