html { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--color-black); color: var(--color-cream);
  font-family: var(--font-body); font-size: var(--text-base); line-height: 1.5;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; line-height: .9; letter-spacing: .01em; margin: 0; }
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--color-orange); outline-offset: 2px; }
.mono { font-family: var(--font-accent); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .06em; }
