header > nav button,
header > nav a {
  font-family: var(--secondary-font);
}

h1,
h2,
main + #footer > div > h2,
h3,
#featured a,
.custom-page .no-tailwindcss-base p,
.custom-page .no-tailwindcss-base a,
.custom-page .no-tailwindcss-base span,
.custom-page .no-tailwindcss-base ul,
.custom-page .no-tailwindcss-base li,
.custom-page .no-tailwindcss-base strong {
  font-family: var(--secondary-font);
}

p,
a,
span {
  font-family: var(--primary-font);
}

#featured h2,
#featured h3 {
  color: var(--primary-color);
}

#featured a {
  background: var(--secondary-color);
}

#featured a:hover {
  background: var(--primary-color);
  transition: all ease-in-out 0.3s;
}

.custom-page .resource-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 1rem 0;
}

.custom-page .resource-hero-text {
  width: 90%;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 0.375rem;
}

.custom-page .resource-heading {
  text-align: center;
  font-size: 1.125rem;
  color: var(--color-primary);
}

/* .custom-page .resource-content ul,
.custom-page .resource-content ol {
  padding-left: 0;
} */

/* .custom-page .resource-content ul {
  list-style-type: none;
} */

.custom-page .resource-content li {
  margin-top: 1rem;
  padding: 0;
}

.custom-page .resource-content ol li {
  list-style: decimal inside;
}

@media screen and (min-width: 768px) {
  .custom-page .resource-heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .custom-page .resource-hero {
    min-height: 500px;
    padding-left: 5%;
    justify-content: center;
  }
}