/* Skin: tozan — tokens + typography from demo audit */
.p100-skin--tozan {
  --p100-accent: #d3fd1a;
  --p100-muted: #6b7280;
  --p100-border: #e1dfd5;
  --p100-surface: #f6f6f0;
  --p100-radius: 6px;
  --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--tozan h1, .p100-skin--tozan h2, .p100-skin--tozan h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--tozan .p100-kicker,
.p100-skin--tozan .p100-band__head h2 {
  color: var(--p100-accent);
}
