:root {
  /*-- GENERAL COLOURS --*/
  --cta: #d81f26;
  --buttonBorderWidth: 1px;
  --transition: all .3s ease;
  --buttonBorderRadius: 0px;

  --error: #CF000F;
  --warning: orange;
  --success: #26A65B;
  --white: #fff;
  --black: #000;
}
