@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Roboto+Condensed:wght@400;700&family=Barlow+Condensed:wght@600;900&display=swap");
body:has(.reach-doc) {
  --bs-body-bg: #ffffff;
  --bs-primary: #2169e6;
  --bs-primary-rgb: 33, 105, 230;
  --bs-link-color: #2169e6;
  --bs-link-hover-color: #1b56bd;
  --bs-body-font-family: Roboto, system-ui, -apple-system, Segoe UI, sans-serif;
  --bs-body-color: #191919;
  --bs-emphasis-color: #002273;
  --bs-border-color: #d8dee7;
}

.reach-doc {
  color: #191919;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
}
.reach-doc .lead {
  color: #191919;
}
.reach-doc .text-muted {
  color: #5a6572 !important;
}
.reach-doc h1, .reach-doc h2 {
  font-family: "Barlow Condensed", "Roboto Condensed", "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #002273;
}
.reach-doc h1 {
  font-size: 2rem;
}
.reach-doc h2 {
  font-size: 1.4rem;
}
.reach-doc .lead {
  font-size: 1.05rem;
  max-width: 70ch;
}
.reach-doc p {
  max-width: 70ch;
}
.reach-doc strong, .reach-doc b {
  font-weight: 700;
  color: #002273;
}
.reach-doc code {
  font-size: 0.85em;
  color: #d50056;
}
.reach-doc .reach-deck-actions {
  margin-top: 0.75rem;
}
.reach-doc .reach-deck {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #d8dee7;
  border-radius: 0.4rem;
  box-shadow: 0 10px 28px rgba(0, 34, 115, 0.12);
  background: #fbfcfe;
}
.reach-doc .reach-section {
  border: 1px solid #d8dee7;
  border-radius: 0.4rem;
  background: #fbfcfe;
  padding: 1.25rem 1.4rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 18px rgba(0, 34, 115, 0.06);
}
.reach-doc .reach-section h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.reach-doc .reach-section p:last-child {
  margin-bottom: 0;
}
.reach-doc .reach-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem 1.5rem;
  margin-top: 1rem;
}
.reach-doc .reach-point {
  border-left: 3px solid #e7f2f9;
  padding-left: 0.85rem;
}
.reach-doc .reach-point .reach-point-h {
  font-family: "Roboto Condensed", "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #002273;
  margin-bottom: 0.15rem;
}
.reach-doc .reach-point .reach-point-b {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5a6572;
  max-width: 70ch;
}
.reach-doc .reach-figure {
  margin: 1.1rem 0 0;
}
.reach-doc .reach-figure img {
  display: block;
  width: 100%;
  max-width: 34rem;
  height: auto;
  margin: 0 auto;
}
.reach-doc .reach-figure figcaption {
  margin-top: 0.6rem;
  font-family: "Roboto Condensed", "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #d50056;
  text-align: center;
}
.reach-doc .reach-figure-wide {
  overflow-x: auto;
}
.reach-doc .reach-figure-wide img {
  max-width: 100%;
  min-width: 32rem;
}
.reach-doc .reach-cmd {
  background: #e7f2f9;
  border-left: 3px solid #2169e6;
  border-radius: 0.3rem;
  padding: 0.75rem 0.95rem;
  margin: 1rem 0 0;
  overflow-x: auto;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #123468;
  white-space: pre;
}
