/* Scoped compatibility bundle. Standard component modules load after this file. */
@import url("../base/foundation.css?v=3");
@import url("../base/page-shell.css?v=2");

/* Chain keeps its existing title scale until that standalone surface is ported. */
.page-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.34rem, 5.4vw, 4.14rem);
  line-height: 0.98;
}
