* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--stockaz-white);
  color: var(--stockaz-ink);
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--stockaz-ink); color: var(--stockaz-white); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 10px; left: 10px; z-index: 9999;
  width: auto; height: auto; padding: 12px 16px; margin: 0;
  clip: auto; white-space: normal; background: var(--stockaz-white);
  border: 1px solid var(--stockaz-ink); border-radius: var(--stockaz-radius-sm);
}
.stockaz-kicker {
  margin: 0 0 14px;
  color: var(--stockaz-muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1, h2, h3, h4 { color: var(--stockaz-ink); }
