/* Skin: vincent — tokens + typography from demo audit */
.p100-skin--vincent {
  --p100-accent: #6c49b6;
  --p100-muted: #78716c;
  --p100-border: #e7e5e4;
  --p100-surface: #fffbeb;
  --p100-radius: 0;
  --p100-font-body: Georgia, serif;
  --p100-font-heading: "Libre Baskerville", Georgia, serif;
  --p100-text: #1a1a1a;
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}
.p100-skin--vincent h1, .p100-skin--vincent h2, .p100-skin--vincent h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--vincent .p100-kicker,
.p100-skin--vincent .p100-band__head h2 {
  color: var(--p100-accent);
}
