:root {
  --purple: #5856d6;
  --grey: #6b7785;
  --green: #1b9e3e;
  --red: #e55353;
  --orange: #f9b115;
  --blue: #3399ff;
  --light: #f3f4f7;
  --dark: #212631;
  --border: #D3D4D4;
  --label: #2F353F;
}