/* C3W1-PEBBLE-TOKEN-SPLIT-AIRY-CHASSIS-2026-05-15 — Layer 2 Pebble overlay.
   Loaded AFTER gentoo-tokens.css. Only adds typography + spacing + shape
   tokens for the airy EA chassis. Never overrides brand color tokens. */
:root {
  --pebble-font-prose: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --pebble-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;

  --pebble-bg-page: var(--gl-brand-paper);
  --pebble-card-bg: #FFFFFF;
  --pebble-card-radius: 12px;
  --pebble-card-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  --pebble-draft-bg: #FFFDF5;
  --pebble-text-prose: #1f2933;

  --pebble-space-loose: 16px;
  --pebble-row-padding: 14px 16px;
}
