/**
 * Generated from Threads — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #181818;
  --surface-alt: #181818;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(243,245,247,0.3);
  --brand: #ffffff;
  --on-brand: #000000;
  --border: rgba(243,245,247,0.15);
  --border-strong: rgba(243,245,247,0.3);
  --success: #22c55e;
  --warning: #fab421;
  --danger: #fe0169;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-light: #ffffff;
  --color-bg-soft: #101010;
  --color-bg-deep: #000000;
  --color-surface: #181818;
  --color-surface-hover: #1f1f1f;
  --color-surface-elevated: #252525;
  --color-surface-soft: #0a0a0a;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #f5f5f5;
  --color-text-muted: rgba(243,245,247,0.5);
  --color-text-soft: rgba(243,245,247,0.4);
  --color-text-faint: rgba(243,245,247,0.3);
  --color-text-on-light: #000000;
  --color-text-on-light-muted: rgba(0,0,0,0.5);
  --color-text-on-brand: #ffffff;
  --color-primary-action: #ffffff;
  --color-primary-action-hover: #e0e0e0;
  --color-secondary-action: #000000;
  --color-brand: #ffffff;
  --color-link: rgba(243,245,247,0.5);
  --color-link-hover: #ffffff;
  --color-border: rgba(243,245,247,0.15);
  --color-border-strong: rgba(243,245,247,0.3);
  --color-border-subtle: rgba(243,245,247,0.08);
  --color-on-brand: #000000;
  --color-on-bg: #ffffff;
  --color-shadow-color: rgba(0,0,0,0.4);
  --color-reply-icon: rgba(243,245,247,0.5);
  --color-reply-active: #ffffff;
  --color-repost-icon: rgba(243,245,247,0.5);
  --color-repost-active: #22c55e;
  --color-like-icon: rgba(243,245,247,0.5);
  --color-like-active: #fe0169;
  --color-share-icon: rgba(243,245,247,0.5);
  --color-thread-line: rgba(243,245,247,0.2);
  --color-follow-button-bg: #ffffff;
  --color-followed-button-bg: transparent;
  --color-verified-blue: #1da1f2;
  --color-notification-dot: #fe0169;
  --color-success: #22c55e;
  --color-warning: #fab421;
  --color-danger: #fe0169;
  --color-info: #1da1f2;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.4;
  --display-tracking: -1px;

  /* shape */
  --radius-button: 12px;
  --radius-card: 18px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Instagram Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Instagram Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
