:root {
  --primary-color: #ff2c2c;
  --primary-color-rgb: 120, 202, 92;

  --secondary-color: #ff7081;
  --secondary-color-rgb: 23, 149, 16;
}