:root {
  --primary-color: 255, 95, 24;
  --primary-point: 255, 95, 24;
  --secondary-color: 139, 92, 246;
  --text-color: 31, 41, 55;
  --background-color: 255, 95, 24;
  --border-radius: 12px;
  --background-image: url("../images/shape-saas.svg");

  --primary-button-text-color: 255, 255, 255;
}
