/* Skin: neue — tokens + typography from demo audit */
.p100-skin--neue {
  --p100-accent: #09090b;
  --p100-muted: #71717a;
  --p100-border: #e4e4e7;
  --p100-surface: #fafafa;
  --p100-radius: 0;
  --p100-font-body: system-ui, sans-serif;
  --p100-font-heading: system-ui, sans-serif;
  --p100-text: #1a1a1a;
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}
.p100-skin--neue h1, .p100-skin--neue h2, .p100-skin--neue h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--neue .p100-kicker,
.p100-skin--neue .p100-band__head h2 {
  color: var(--p100-accent);
}
