/* Skin: feature — tokens + typography from demo audit */
.p100-skin--feature {
  --p100-accent: #000000;
  --p100-muted: #6b7280;
  --p100-border: #dbdbdb;
  --p100-surface: #f3f3f3;
  --p100-radius: 8px;
  --p100-font-body: "Inter", system-ui, sans-serif;
  --p100-font-heading: "Inter", system-ui, sans-serif;
  --p100-text: #1a1a1a;
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}
.p100-skin--feature h1, .p100-skin--feature h2, .p100-skin--feature h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--feature .p100-kicker,
.p100-skin--feature .p100-band__head h2 {
  color: var(--p100-accent);
}
