/* One card. Scope variables to its class to avoid collisions. */
.blurb-teamwalk{
  --title: "teamwalk";
  --date: "2025-09-30";
  --tags: "#march #mudwalkers";
  --body: "we're doing this thing where we're marching with form through the night";
  --blurb-bg: #0d0d0d;
  --blurb-fg: var(--fg);
  --blurb-border: #333333;
}
