:root {
  color-scheme: light;

  --fk-bg:          oklch(0.968 0.004 250);
  --fk-bg-alt:      oklch(0.928 0.006 250);
  --fk-surface:     oklch(0.995 0.002 250);
  --fk-fg:          oklch(0.218 0.012 255);
  --fk-fg-muted:    oklch(0.498 0.014 255);
  --fk-line:        oklch(0.862 0.008 250);
  --fk-accent:      oklch(0.392 0.108 258);
  --fk-accent-ink:  oklch(0.988 0.002 250);
  --fk-accent-soft: oklch(0.902 0.030 258);

  --fk-font-display: 'Sorts Mill Goudy', ui-serif, Georgia, serif;
  --fk-font-body:    'Public Sans', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Public Sans', ui-monospace, monospace;

  --fk-tracking-display: -0.005em;
  --fk-leading-display:  1.04;
  --fk-tracking-meta:    0.13em;
  --fk-weight-display:   400;

  --fk-h1:       var(--fk-step-2);
  --fk-h2:       var(--fk-step-1);
  --fk-h-shout:  var(--fk-step-3);

  --fk-radius:    2px;
  --fk-radius-lg: 2px;
  --fk-border:    1px;
}

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.218 0.012 255);
  --fk-hero-ink:    oklch(0.968 0.004 250);
  --fk-hero-kicker: oklch(0.902 0.030 258);
}

/* treatment: editorial — narrow measure, ruled columns, generous leading.
   Suits writing, galleries, practices, anywhere reading is the activity. */
:root { --fk-measure: 62ch; }
.fk-prose { font-size: var(--fk-step-1); line-height: 1.55; }
.fk-prose > * + * { margin-block-start: 0.9em; }
.fk-index__row { padding-block: var(--fk-space-m); align-items: start; }
.fk-index__name { font-size: var(--fk-step-2); }
.fk-entry__title { font-size: var(--fk-step-2); line-height: 1.12; }
.fk-btn { border-radius: 2px; }
.fk-media { border-radius: 2px; }
h2 { max-width: 18ch; }
.fk-section { padding-block: var(--fk-space-2xl); }
.fk-section + .fk-section { padding-block-start: 0; }

