/* dont.css — stark, warning, high contrast black/red */
:root {
  --color-bg: #0a0a0a;
  --color-surface: #1a0000;
  --color-text: #f0f0f0;
  --color-text-muted: #999;
  --color-accent: #cc0000;
  --color-accent-hover: #ff2222;
  --color-border: #330000;
  --font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.section-dont .section-index__title {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 3.5rem;
}

.section-dont .post__title {
  color: var(--color-accent);
}

.section-dont .post__body a {
  color: var(--color-accent);
  text-decoration-style: wavy;
}

.section-dont .site-nav {
  background: #000;
  border-bottom-color: var(--color-border);
}

.section-dont .post-card__title a {
  color: var(--color-text);
}
