:root {
  --primary-color: #FFD700;
  --primary-color-rgb: 30, 203, 21;

  --secondary-color: #ffcc00;
  --secondary-color-rgb: 255, 204, 0;
}