:root {
  --primary-color: #ff0036;
  --primary-color-rgb: 255, 0, 54;
  --secondary-color: #ffffff;
  --secondary-color-rgb: 255, 255, 255;
}