/*! PolyFish theme: cream | polyfish.org | MIT
 *
 * The framework on a light page, driven entirely by roles. The three rules
 * after the token block recolour the surfaces that assume a dark page: the
 * form controls, the table header and the code block all reach for
 * --pf-base-900 by design.
 */
:root {
  color-scheme: light;
  --pf-bg: #f7f1e6;
  --pf-bg-deep: #efe6d6;
  --pf-surface: rgba(58, 45, 32, .05);
  --pf-surface-raised: rgba(58, 45, 32, .09);
  --pf-text: #241b12;
  --pf-text-muted: #6b5a48;
  --pf-accent: #6b7f3a;
  --pf-accent-2: #c2643f;
  --pf-border: rgba(36, 27, 18, .16);
  --pf-border-strong: rgba(107, 127, 58, .45);
  --pf-focus: #6b7f3a;
  --pf-base-950: #f7f1e6;
  --pf-font-display: Georgia, "Times New Roman", serif;
  --pf-radius-lg: 2px;
  --pf-radius: 2px;
  --pf-cut: 0px;
  --pf-mesh: none;
}

.pf-input,
.pf-select,
.pf-textarea { background: #fffdf8; }

.pf-table thead th { background: #3a3327; color: #f7f1e6; }

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