/* Aspen94 Help Center — Supplemental CSS */
/* NOTE: Header, nav, breadcrumb, links, buttons, and footer  
   colors are controlled via the Appearance tab.
   This CSS only targets elements the Appearance tab cannot reach. */

/* Article headings */
.article-body h1,
.article-body h2,
.article-body h3 {
  color: #002938 !important;
}

/* Code blocks in articles */
.article-body pre,
.article-body code {
  background-color: #f0f4f8 !important;
  border: 1px solid #e0e4e8 !important;
  border-radius: 4px !important;
}

/* Tags */
.zd-tag,
.tag-item {
  background-color: #f5f7fa !important;
  color: #002938 !important;
  border: 1px solid #e0e4e8 !important;
}

/* Search bar focus glow */
input:focus {
  border-color: #FFD108 !important;
  box-shadow: 0 0 0 2px rgba(255, 209, 8, 0.2) !important;
}

/* Body font */
body {
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}
