:root {

  /* COLORS */
  --selection-text: #305899;

  --success: #305899;
  --success_rgb: #305899;

  --btn-default: linear-gradient(#4c70a5, #305899); /* #5393f4 #3382f7 */
  --btn-active: linear-gradient(#4c70a5, #305899);
  --btn-hover: linear-gradient(#4c70a5, #305899);
  --icon-green: #305899;

}
