/**
 * Generated from Cal.com — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f4f4f4;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #111111;
  --text-dim: #111111;
  --text-faint: #9ca3af;
  --brand: #111111;
  --on-brand: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: #e5e7eb;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f4f4f4;
  --color-bg-soft: #fafafa;
  --color-surface: #ffffff;
  --color-surface-soft: #f8f9fa;
  --color-surface-card: #f5f5f5;
  --color-surface-strong: #e5e7eb;
  --color-surface-dark: #101010;
  --color-surface-dark-elev: #1a1a1a;
  --color-text: #111111;
  --color-text-strong: #000000;
  --color-text-body: #374151;
  --color-text-soft: #6b7280;
  --color-text-muted: #898989;
  --color-text-faint: #9ca3af;
  --color-brand: #111111;
  --color-brand-active: #242424;
  --color-brand-disabled: #e5e7eb;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #a1a1aa;
  --color-link: #0000ee;
  --color-link-visited: #551a8b;
  --color-link-hover: #0000aa;
  --color-border: rgba(0, 0, 0, 0.08);
  --color-border-soft: #f3f4f6;
  --color-border-strong: #e5e7eb;
  --color-brand-accent: #3b82f6;
  --color-badge-orange: #fb923c;
  --color-badge-pink: #ec4899;
  --color-badge-violet: #8b5cf6;
  --color-badge-emerald: #34d399;
  --color-semantic-success: #10b981;
  --color-semantic-warning: #f59e0b;
  --color-semantic-danger: #ef4444;
  --color-semantic-info: #3b82f6;

  /* type */
  --display-size: 64px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

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

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