@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/inter-latin.woff2") format("woff2");
}

.theme-dark {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.sid-page .availability-note { margin: 0 0 20px; padding: 10px 14px; line-height: 1.6; }

/* SID blue continuity */
.sid-page .delivery-copy > .eyebrow::after,
.sid-page .inquiry .section-intro > .eyebrow::after {
  content: ""; display: block; width: 48px; height: 2px;
  margin-top: 12px; background: var(--primary);
}
.sid-page .footer-legal { border-top: 2px solid var(--primary); }

.sid-page .method-note { max-width: none; font-size: .75rem; line-height: 1.6; }
