:root {
  --primary: #3A89C5;
  --secondary: #949ea6;
  --success: #36be0a;
  --danger: #d01c19;
  --warning: #f3941d;
  --orange: #f3941d;
}
::selection {
  background: #f3941d;
  color: #ffffff;
}
/*# sourceMappingURL=colors.css.map */