:root {
  --primary-color: #ffcc00;
  --primary-color-rgb: 255, 204, 0;

  --secondary-color: #f5be00;
  --secondary-color-rgb: 245, 190, 0;
}