:root {
  /* Composio marketing palette (extracted) */
  --bg-deep: #0f0f0f;
  --bg-surface: #1e1e1e;
  --bg-elevated: #262626;
  --bg-panel: #141414;
  --bg-page: #f6f6f6;
  --bg-white: #ffffff;
  --text-primary: #0f0f0f;
  --text-on-dark: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-muted: rgba(255, 255, 255, 0.45);
  --text-muted-light: #737373;
  --border: #e5e5e5;
  --border-dark: #2c2c2c;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --code-bg: #050505;
  --glow-blue: rgba(37, 99, 235, 0.2);
  --glow-purple: rgba(124, 58, 237, 0.15);

  --font-display: "abcDiatype", system-ui, sans-serif;
  --font-sans: "abcDiatype", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --container: 77.5rem;
  --gutter: 1.25rem;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration: 0.35s;
}
