/*
 * WalksDevour Blog — Ribbon Banner Recolor
 * Overrides parent's assets/css/ribbon-banner.css.
 * Source for parent file: repos/takewalks-blog-theme @ release_20251119
 */

.ribbon-banner .ribbon-content h3,
.ribbon-banner .ribbon-content .bamn-with-code {
  font-family: "Season Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
/* Parent ribbon-banner.css sets h3 to font-weight: 700, but Season Sans
   only ships up to SemiBold (600). Step weight down to 600 so the SemiBold
   file is used directly (no faux-bold synthesis, no Inter fallback). */
.ribbon-banner .ribbon-content h3 {
  font-weight: 600 !important;
}

.ribbon-banner .ribbon-btn {
  background-color: var(--wd-primary) !important;
}
.ribbon-banner .ribbon-btn:hover {
  background-color: var(--wd-primary-hover) !important;
}
