/* design-systems/webex/tokens.css * * Structured token bindings for Webex. * cool collaboration surfaces with teal and violet meeting signals. */ :root { --bg: #f6f8fb; --surface: #ffffff; --surface-warm: #eef8f6; --fg: #0f172a; --fg-2: #334155; --muted: #64748b; --meta: #12a594; --border: #dbe4ee; --border-soft: #edf2f7; --accent: #00a3a6; --accent-on: #ffffff; --accent-hover: color-mix(in oklab, var(--accent), black 8%); --accent-active: color-mix(in oklab, var(--accent), black 14%); --success: #22c55e; --warn: #f59e0b; --danger: #e11d48; --font-display: "CiscoSansTT", Inter, Arial, sans-serif; --font-body: "CiscoSansTT", Inter, Arial, sans-serif; --font-mono: "SF Mono", ui-monospace, Menlo, monospace; --text-xs: 12px; --text-sm: 14px; --text-base: 16px; --text-lg: 18px; --text-xl: 22px; --text-2xl: 32px; --text-3xl: 44px; --text-4xl: 60px; --leading-body: 1.55; --leading-tight: 1.1; --tracking-display: -0.015em; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-8: 32px; --space-12: 48px; --section-y-desktop: 96px; --section-y-tablet: 68px; --section-y-phone: 48px; --radius-sm: 12px; --radius-md: 18px; --radius-lg: 28px; --radius-pill: 9999px; --elev-flat: none; --elev-ring: 0 0 0 1px var(--border); --elev-raised: 0 20px 50px rgba(15, 23, 42, 0.10); --focus-ring: 0 0 0 4px rgba(0, 163, 166, 0.24); --motion-fast: 160ms; --motion-base: 240ms; --ease-standard: cubic-bezier(0.22, 1, 0.36, 1); --container-max: 1180px; --container-gutter-desktop: 36px; --container-gutter-tablet: 28px; --container-gutter-phone: 18px; }