/*! PolyFish theme: warm dusk | polyfish.org | MIT
 *
 * Serif display face, squared corners, no mesh. Load after Core.
 * Demonstrates that a theme is a redeclaration of roles, not a fork.
 */
:root {
  --pf-bg: #171310;
  --pf-bg-deep: #100c09;
  --pf-surface: rgba(245, 181, 68, .06);
  --pf-surface-raised: rgba(245, 181, 68, .12);
  --pf-text: #fbf4ec;
  --pf-text-muted: #bda993;
  --pf-accent: #f5b544;
  --pf-accent-2: #ef7d78;
  --pf-border: rgba(189, 169, 147, .22);
  --pf-border-strong: rgba(245, 181, 68, .45);
  --pf-focus: #f5b544;
  --pf-base-950: #1a1208;
  --pf-font-display: Georgia, "Times New Roman", serif;
  --pf-radius-lg: 3px;
  --pf-radius: 3px;
  --pf-cut: 0px;
  --pf-mesh: none;
}
