:root {
  --pf-color-ink: #171717;
  --pf-color-charcoal: #22211f;
  --pf-color-warm-ivory: #f5f2ec;
  --pf-color-soft-white: #fcfbf8;
  --pf-color-warm-stone: #b7aea3;
  --pf-color-deep-taupe: #6f6861;
  --pf-color-pale-stone: #d9d3cb;
  --pf-color-oxblood: #6d2634;
  --pf-color-success: #365143;
  --pf-color-error: #9a2e32;
  --pf-font-display: "Iowan Old Style", baskerville, "Times New Roman", serif;
  --pf-font-interface: "Helvetica Neue", helvetica, arial, sans-serif;
  --pf-space-2xs: 0.25rem;
  --pf-space-xs: 0.5rem;
  --pf-space-sm: 0.75rem;
  --pf-space-md: 1rem;
  --pf-space-lg: 1.5rem;
  --pf-space-xl: 2rem;
  --pf-space-2xl: 3rem;
  --pf-space-3xl: 4rem;
  --pf-space-4xl: 6rem;
  --pf-space-5xl: 10rem;
  --pf-content-reading: 46rem;
  --pf-content-wide: 90rem;
  --pf-breakpoint-sm: 30rem;
  --pf-breakpoint-md: 48rem;
  --pf-breakpoint-lg: 64rem;
  --pf-breakpoint-xl: 80rem;
  --pf-breakpoint-2xl: 90rem;
  --pf-motion-fast: 180ms;
  --pf-motion-standard: 260ms;
  --pf-motion-slow: 480ms;
  --pf-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
}
