/**
 * TweetDigger design tokens — import or copy into product surfaces.
 * Source of truth also lives in /brand/brand.json
 */
:root {
  --td-ink: #0b1220;
  --td-muted: #3d4a5c;
  --td-paper: #f3f6f8;
  --td-white: #ffffff;
  --td-accent: #0f7a6e;
  --td-accent-deep: #0b5f56;
  --td-accent-soft: #d7f3ee;
  --td-mint: #9fe8d8;
  --td-foam: #e8fffa;
  --td-gold-blade: #f0c94a;
  --td-gold-deep: #c4952a;
  --td-dirt: #8b6914;
  --td-dirt-deep: #6b4423;
  --td-wood: #d4a574;
  --td-hero-deep: #0e3a45;
  --td-hero-mid: #1a5c68;
  --td-line: rgba(11, 18, 32, 0.1);

  --td-font-display: "Fraunces", Georgia, serif;
  --td-font-body: "Outfit", system-ui, sans-serif;

  --td-radius-sm: 9px;
  --td-radius: 14px;
  --td-radius-lg: 18px;
}
