/* Skin: gazet — tokens + typography from demo audit */
.p100-skin--gazet {
  --p100-accent: #e70d39;
  --p100-muted: #262626;
  --p100-border: #e6e6e6;
  --p100-surface: #ffffff;
  --p100-radius: 0;
  --p100-font-body: "Newsreader", Georgia, serif;
  --p100-font-heading: "Newsreader", Georgia, serif;
  --p100-text: #1a1a1a;
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}
.p100-skin--gazet h1, .p100-skin--gazet h2, .p100-skin--gazet h3 {
  font-family: var(--p100-font-heading);
  font-weight: 700;
}
.p100-skin--gazet .p100-kicker,
.p100-skin--gazet .p100-band__head h2 {
  color: var(--p100-accent);
}
