/**
 * Generated from Tinybird — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #151515;
  --surface-alt: #151515;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #27f795;
  --on-brand: #0a0a0a;
  --border: #262626;
  --border-strong: #383838;
  --success: #27f795;
  --warning: #fc9f5b;
  --danger: #ff8389;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-deep: #000000;
  --color-surface: #151515;
  --color-surface-soft: #101010;
  --color-surface-elevated: #1e1e1e;
  --color-surface-mint-tint: rgba(255,255,255,0.05);
  --color-text: #ffffff;
  --color-text-strong: #e6e6e6;
  --color-text-body: #b0b0b0;
  --color-text-muted: #888888;
  --color-text-faint: #5a5a5a;
  --color-brand: #27f795;
  --color-brand-dark: #008060;
  --color-brand-active: #1fd87f;
  --color-brand-disabled: #16402e;
  --color-on-brand: #0a0a0a;
  --color-on-brand-dark: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #27f795;
  --color-link-hover: #1fd87f;
  --color-border: #262626;
  --color-border-strong: #383838;
  --color-border-mint: #27f795;
  --color-shadow-color: rgba(0,0,0,0.6);
  --color-shadow-glow-mint: rgba(39,247,149,0.18);
  --color-code-text: #ffffff;
  --color-code-invocation: #27f795;
  --color-code-success: #27f795;
  --color-code-error: #ff8389;
  --color-code-identifier: #00c1ff;
  --color-code-value: #fc9f5b;
  --color-code-diff-added: #008060;
  --color-success: #27f795;
  --color-warning: #fc9f5b;
  --color-danger: #ff8389;
  --color-info: #00c1ff;

  /* type */
  --display-size: 80px;
  --h1-size: 64px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
