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

  --secondary-color: #ffde7d;
  --secondary-color-rgb: 255, 222, 125;
}