/* Skin: kate — tokens + typography from demo audit */
.p100-skin--kate {
  --p100-accent: #f78a75;
  --p100-muted: #80868b;
  --p100-border: #dadce0;
  --p100-surface: #f4efeb;
  --p100-radius: 12px;
  --p100-font-body: "Jost", sans-serif;
  --p100-font-heading: "Playfair Display", Georgia, serif;
  --p100-text: #1a1a1a;
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}
.p100-skin--kate h1, .p100-skin--kate h2, .p100-skin--kate h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--kate .p100-kicker,
.p100-skin--kate .p100-band__head h2 {
  color: var(--p100-accent);
}
