* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111;
  background: #fff;
}

h1, h2, h3, .section-title {
  font-family: "Bebas Neue", Inter, system-ui, sans-serif;
  letter-spacing: 1px;
}

.muted { color: #666; }
