:root {
  --primary-color: #2A2C5D;
  --primary-color-rgb: 42, 44, 93;

  --secondary-color: #ff654c;
  --secondary-color-rgb: 255, 101, 76;
}