/**
 * Generated from Composio — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f0f0f;
  --surface: #181818;
  --surface-alt: #181818;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #666666;
  --brand: #0007cd;
  --on-brand: #ffffff;
  --border: #222222;
  --border-strong: #333333;
  --success: #33d17a;
  --warning: #f59e0b;
  --danger: #ff4d4d;

  /* full color palette */
  --color-bg: #0f0f0f;
  --color-bg-deep: #000000;
  --color-surface: #181818;
  --color-surface-elevated: #222222;
  --color-surface-strong: #2a2a2a;
  --color-text: #ffffff;
  --color-text-body: #a8a8a8;
  --color-text-strong: #ffffff;
  --color-text-muted: #888888;
  --color-text-faint: #666666;
  --color-brand: #0007cd;
  --color-brand-active: #0005a3;
  --color-brand-glow: #1a26ff;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #1a26ff;
  --color-link-hover: #0007cd;
  --color-border: #222222;
  --color-border-soft: #1a1a1a;
  --color-border-strong: #333333;
  --color-border-brand: rgba(0,7,205,0.4);
  --color-shadow-color: rgba(0,0,0,0.6);
  --color-shadow-glow-blue: rgba(26,38,255,0.25);
  --color-accent-cyan: #00d4ff;
  --color-accent-violet: #7b3aed;
  --color-success: #33d17a;
  --color-warning: #f59e0b;
  --color-danger: #ff4d4d;
  --color-info: #1a26ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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