/* Shared inner-page layer. Homepage styles are intentionally excluded. */

body:not(.home) {
  --pdl-inner-ink: #10253b;
  --pdl-inner-muted: #617386;
  --pdl-inner-blue: #075bc7;
  --pdl-inner-cyan: #1d9bd7;
  --pdl-inner-soft: #f3f7fb;
  --pdl-inner-line: rgba(16, 57, 92, .12);
  --pdl-inner-shadow: 0 18px 48px rgba(17, 47, 75, .09);
  background: #fff;
}

body:not(.home) .pdl-section-heading h2 {
  letter-spacing: 0;
}

body:not(.home) :where(a, button, summary):focus-visible {
  outline: 3px solid rgba(7, 91, 199, .32);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  body:not(.home) *,
  body:not(.home) *::before,
  body:not(.home) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
