:root {
  /* FastMobile brand colors */
  --primary: #00c896;
  --primary-dark: #00a87d;
  --primary-glow: rgba(0, 200, 150, 0.35);
  --secondary: #3b82f6;
  --secondary-dark: #2563eb;
  --accent: #0ea5e9;

  /* Backgrounds */
  --body-bg: #050c18;
  --dark-base: #0a1628;
  --black-jet: #030811;

  /* Borders */
  --border: rgba(0, 200, 150, 0.1);
  --card-border: rgba(0, 200, 150, 0.08);
  --border-subtle: rgba(255, 255, 255, 0.06);

  /* Text */
  --text-primary: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.6);
  --text-muted-2: rgba(255, 255, 255, 0.35);

  /* Radius */
  --radius-sm: 0.75rem;
  --radius-md: 1.5rem;
  --radius-lg: 2.5rem;
  --radius-xl: 4rem;

  /* Typography */
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Fira Code', 'Cascadia Code', 'JetBrains Mono', 'Courier New', monospace;
}