/**
 * Generated from LiveKit — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #1fd5f9;
  --on-brand: #0a0a0a;
  --border: #2a2a2a;
  --border-strong: #2a2a2a;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-elevated: #1a1a1a;
  --color-bg-soft: #141414;
  --color-bg-light: #ffffff;
  --color-surface: #1a1a1a;
  --color-surface-hover: #222222;
  --color-surface-strong: #2a2a2a;
  --color-surface-on-light: #f5f5f5;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #a8a8a8;
  --color-text-muted: #7a7a7a;
  --color-text-faint: #5a5a5a;
  --color-text-on-light: #0a0a0a;
  --color-brand: #1fd5f9;
  --color-brand-hover: #0fb8de;
  --color-brand-active: #0a9bbe;
  --color-brand-soft: #0a3742;
  --color-brand-glow: rgba(31, 213, 249, 0.25);
  --color-on-brand: #0a0a0a;
  --color-accent-magenta: #ff45e6;
  --color-accent-yellow: #ffd000;
  --color-border: #2a2a2a;
  --color-border-soft: #1f1f1f;
  --color-border-on-light: #e0e0e0;
  --color-link: #1fd5f9;
  --color-link-hover: #0fb8de;
  --color-ring: #1fd5f9;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #1fd5f9;

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

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

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

  /* fonts */
  --font-display: 'displayFont', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Public Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrainsMono', ui-monospace, monospace;
}
