:root {
  --primary-color: #ff0000;
  --primary-color-rgb: 255, 0, 0;
  --secondary-color: #d32f2f;
  --secondary-color-rgb: 211, 47, 47;
}