
:root {
  --transparent: transparent;
  --current: currentColor;
  --primary: #fe761c;
  --secondary: #43bbf2;
  --error: #d63643;
  --warning: #ffc300;
  --info: #71d5f7;
  --success: #6bc235;
  --helper: #5a2a79;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}