/* ==========================================================================
   variables.css — AlterOne Design Tokens
   Theme: Dark Premium (Linear/Vercel style)
   ========================================================================== */

:root {
  /* --- Brand Colors --- */
  --color-primary: #7C5CFC;
  --color-primary-light: #9B85FD;
  --color-primary-dark: #5B3FD4;
  --color-secondary: #3ECF8E;
  --color-accent: #7C5CFC;

  /* --- Backgrounds --- */
  --color-bg: #13151A;
  --color-bg-alt: #1C1E26;
  --color-surface: #1C1E26;
  --color-white: #FFFFFF;

  /* --- Text --- */
  --color-text: #E8E8ED;
  --color-text-secondary: #8B8D97;
  --color-text-muted: #5A5D6A;

  /* --- Borders --- */
  --color-border: #2A2D37;
  --color-border-light: #353842;

  /* --- Semantic --- */
  --color-success: #3ECF8E;
  --color-warning: #F5A623;
  --color-danger: #EF4444;
  --color-info: #7C5CFC;

  /* --- Typography --- */
  --font-heading: 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* --- Radius --- */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;

  /* --- Shadows --- */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
}
