:root {
  color-scheme: light;

  --fk-bg:          oklch(0.978 0.004 200);
  --fk-bg-alt:      oklch(0.938 0.008 200);
  --fk-surface:     oklch(0.996 0.002 200);
  --fk-fg:          oklch(0.222 0.016 210);
  --fk-fg-muted:    oklch(0.498 0.016 210);
  --fk-line:        oklch(0.866 0.010 200);
  --fk-accent:      oklch(0.442 0.086 196);
  --fk-accent-ink:  oklch(0.990 0.003 200);
  --fk-accent-soft: oklch(0.904 0.032 196);

  --fk-font-display: 'Gilda Display', ui-serif, Georgia, serif;
  --fk-font-body:    'Figtree', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Figtree', ui-monospace, monospace;

  --fk-tracking-display: -0.006em;
  --fk-tracking-meta:    0.14em;
  --fk-weight-display:   400;

  --fk-h1:       var(--fk-step-5);
  --fk-h2:       var(--fk-step-3);
  --fk-h-shout:  var(--fk-step-6);

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

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.222 0.016 210);
  --fk-hero-ink:    oklch(0.978 0.004 200);
  --fk-hero-kicker: oklch(0.904 0.032 196);
}

/* 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; }

