:root {
  /* Brand colors */
  --turquoise-primary: #25D0B3;
  --turquoise-light: #3CDCBE;
  --turquoise-medium: #41D4BA;
  --turquoise-dark: #30A794;
  --auburn-primary: #A0522D;
  --auburn-light: #CD853F;
  --auburn-dark: #8B4513;

  /* Surfaces */
  --bg-primary: #0a0a0a;
  --bg-secondary: #1a1a1a;
  --bg-tertiary: #2a2a2a;

  /* Text */
  --text-primary: #ffffff;
  --text-secondary: #e0e0e0;
  --text-muted: #cccccc;

  /* States */
  --success-color: #2ED573;
  --error-color: #FF4757;
  --warning-color: #FFD93D;

  /* Inputs */
  --input-bg: rgba(34, 34, 34, 0.95);
  --border-color: rgba(255, 255, 255, 0.1);
}


