/**
 * FocusTools.app Brand Colors
 * Primary: Green (#10b981)
 */

:root {
  --color-primary: #10b981;
  --color-primary-dark: #059669;
  --color-primary-light: #34d399;
  --color-primary-bg: #d1fae5;
  --color-primary-alpha-10: rgba(16, 185, 129, 0.1);
  --color-border: #e5e7eb;
}
