/* Font with Fallback */

body {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  font-family: "Fira Sans Condensed", "Fira Sans Condensed-fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* CSS containment */

.saxon-carousel-block,
.saxon-post,
.wpp-list > li {
  contain: content;
}

/* Lazy rendering */

.footer-wrapper {
  content-visibility: auto;
  contain-intrinsic-height: 212px;
}

@media(min-width: 768px) {
  .footer-wrapper {
    contain-intrinsic-height: 175px;
  }
}

/* Space reservation for slider */

.saxon-carousel-block {
  min-height: 529px;
}

@media(min-width: 979px) {
  .saxon-carousel-block {
    min-height: 468px;
  }
}

/* Top chevron native icon */

.scroll-to-top:before {
  content: "\2303" !important;
  font-size: 26px !important;
  padding-top: 6px;
}

/* Accessibility */

.saxon-post:not(.saxon-post-invert) .post-date,
.sidebar .widget .post-date {
  color: #7B7070 !important;
}

/* Fix font weight on sidebar items */

.wpp-post-title {
  font-weight: bold;
}