/*! PolyFish theme: monochrome slate | polyfish.org | MIT
 *
 * Monospace display face, no mesh, tight radii. Suits changelogs, status
 * pages and anything where the content is mostly identifiers.
 */
:root {
  --pf-bg: #0d1117;
  --pf-bg-deep: #010409;
  --pf-surface: rgba(255, 255, 255, .04);
  --pf-surface-raised: rgba(255, 255, 255, .08);
  --pf-text: #e6edf3;
  --pf-text-muted: #8b949e;
  --pf-accent: #7dd3fc;
  --pf-accent-2: #c4b5fd;
  --pf-border: rgba(139, 148, 158, .28);
  --pf-border-strong: rgba(125, 211, 252, .4);
  --pf-focus: #7dd3fc;
  --pf-base-950: #04121f;
  --pf-font-display: "IBM Plex Mono", ui-monospace, monospace;
  --pf-radius-lg: 6px;
  --pf-radius: 4px;
  --pf-cut: 0px;
  --pf-mesh: none;
}

.pf-hero__title,
.pf-pagehead__title { letter-spacing: -.04em; }
