:root {
  /* Core palette — terminal dark */
  --color-bg: #080808;
  --color-surface: #111111;
  --color-surface2: #191919;
  --color-border: #222222;

  /* becloudsmart brand colors */
  --color-primary: #17BCD0;
  --color-primary-dark: #0E8A9A;
  --color-green: #00cc6a;
  --color-cyan: #17BCD0;
  --color-amber: #f7931a;
  --color-red: #ff4444;
  --color-purple: #7b5ea7;
  --color-blue: #2d7dd2;

  /* Text */
  --color-text: #999999;
  --color-text-bright: #ffffff;
  --color-text-muted: #888888;

  /* Typography */
  --font-mono: 'Space Mono', monospace;
  --font-body: 'DM Sans', sans-serif;

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 3rem;
  --spacing-xl: 4rem;
  --spacing-2xl: 6rem;
  --section-pad: 100px;

  /* Layout */
  --container-max: 1280px;
  --container-narrow: 800px;

  /* Effects */
  --transition: all 0.25s ease;
  --transition-slow: all 0.5s ease;
}
