@font-face {
  font-family: "SharpGrotesk25";
  src: url("/static/SharpGroteskSmBold25.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  scroll-padding-top: 5rem;
}

a {
  text-decoration: none;
}

i {
  display: inline-flex;
  align-items: center;
}

blockquote {
  padding: 0 1rem;
  border-left: 0.25em solid var(--bs-light);
}

h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-family: "SharpGrotesk25", sans-serif;
  font-weight: bold;
}

.page-content>h2 {
  font-family: "SharpGrotesk25", sans-serif;
  font-size: 2.5rem;
  margin-top: 2rem;
}

.page-content>h1,
.page-content>h2,
.page-content>h3,
.page-content>h4,
.page-content>h5,
.page-content>h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.page-content>p img {
  width: 100%;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
}

.bg-doodles {
  background-image: url("/static/images/home/doodles.svg");
}

.bg-transparent-lighter-gray {
  background-color: rgba(var(--bs-dark-rgb), 0.06) !important;
}

.bg-hover-transparent-light-gray:hover {
  background-color: rgba(var(--bs-dark-rgb), 0.12) !important;
}

.bg-hover-light:hover {
  background-color: var(--bs-light) !important;
}

.bg-hover-gray-200:hover {
  background-color: var(--bs-gray-200) !important;
}

.last-child-mb-0 *:last-child {
  margin-bottom: 0 !important;
}

.toc a {
  color: var(--bs-dark);
}