/* chokinghazard.org — placeholder subpages */
:root{--slate:#1d414e;--disp:"Archivo Black",Impact,"Arial Black",sans-serif}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--slate);color:#fff;
  display:flex;align-items:center;justify-content:center;padding:32px;
  -webkit-font-smoothing:antialiased}
h1{margin:0;font-family:var(--disp);font-weight:900;text-transform:uppercase;
  letter-spacing:-.025em;line-height:.92;text-align:center;
  font-size:clamp(40px,9vw,120px)}
