html body,
body p,
body li,
body span,
body div,
.site,
.site-grid,
.com-content-article,
.com-content-article p,
.com-content-article li {
  font-family: "Chivo", sans-serif;
  color: #1a1a1a;
}

h1,
.page-header h1,
.com-content-article h1 {
  font-family: "Bungee", serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 400;
  color: #db0027;
  line-height: 1.1;
}

h2,
.page-header h2,
.com-content-article h2 {
  font-family: "Bungee", serif;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.25;
}

h3,
.page-header h3,
.com-content-article h3 {
  font-family: "Chivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.w3-black {
  background-color: #0f0f10 !important;
  color: #ffffff !important;
}

.w3-white {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

.w3-red {
  background-color: #db0027 !important;
  color: #ffffff !important;
}

.w3-hover-white:hover {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

.w3-hover-black:hover {
  background-color: #0f0f10 !important;
  color: #ffffff !important;
}

.w3-hover-text-black:hover {
  color: #1a1a1a !important;
}

.w3-border {
  border: 2px solid #db0027 !important;
}

.w3-ul {
  border: none;
}

.w3-ul li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.accent-block {
  border-left: 4px solid #db0027;
  padding-left: 1.5rem;
}

a {
  color: #a1001d;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

*:focus-visible {
  outline: 3px solid #db0027;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}