/*
 * Site-wide tokens for the CHQ Shell theme (local / hosted-dev only).
 */
:root {
  --wp--preset--spacing--60: clamp(30px, 2vw, 70px);
  --chq-ink: #111111;
  --chq-bar: #161616;
  --chq-paper: #f7f7f5;
  --chq-accent-green: #5a7a3a;
}

body.chq-shell {
  margin: 0;
  background: var(--chq-paper);
  color: #222;
  font-family: Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.chq-shell-main {
  min-height: 40vh;
}

.chq-shell-content {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0px 10px; */
  background: #fff;
}
