/* Adjustments so old blog/community markup sits under the new site header (loaded in the `legacy` layer). */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/fonts/inter-latin-ext-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/fonts/inter-latin-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@layer legacy {
  .wrap.rf-legacy {
    padding-top: 80px;
  }
  .rf-legacy .content-post-block ul,
  .rf-legacy .community-post-item-short-content ul {
    list-style: disc;
    padding-left: 1.5rem;
  }
  .rf-legacy .content-post-block ol,
  .rf-legacy .community-post-item-short-content ol {
    list-style: decimal;
    padding-left: 1.5rem;
  }
  .rf-legacy .content-post-block a {
    text-decoration: underline;
  }
  .rf-legacy .community-nav-sticky {
    top: 80px;
  }
  /* Old template.css styles every <button> orange; neutralise it for the new header and cookie banner.
     Same layer + ID specificity beats the old rule, Tailwind utilities still win. */
  #rf-header button,
  #rf-consent button {
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    box-shadow: none;
    transform: none;
  }
  /* Old list styles leak into the new footer (bullets, indentation). */
  #rf-footer ul,
  #rf-footer li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
}

/* The community sidebar has z-index:1000; keep the fixed site header and its mobile menu above it. */
#rf-header > header,
#mobile-navigation {
  z-index: 1001;
}
