/* Layout */
html, body { margin:0; padding:0; height:100%; background:#0f1116; color:#e6eaf2; }
#app { position:fixed; inset:0; }
#hud {
  position:fixed; right:16px; top:16px; z-index:10;
  background: rgba(15,17,22,0.65); backdrop-filter: blur(6px);
  border:1px solid rgba(255,255,255,0.08); border-radius:10px;
  padding:10px 12px; min-width: 220px;
}
#hudText {
  font-family: "Chakra Petch", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 70px;   /* half of previous 140px */
  line-height: 1.1;
}

/* Local font (at /Assets/Fonts/ChakraPetch-Regular.ttf) */
@font-face {
  font-family: "Chakra Petch";
  src: url("../Assets/Fonts/ChakraPetch-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
