/**
 * apm-base-v2.css — global defaults on top of Bootstrap + legacy stylesheet.
 * Keep this thin; prefer components + tokens.
 */
body {
  font-family: var(--apm-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  max-width: 100%;
  height: auto;
}
