:root {
  --primary-color: #fecb37;
  --primary-color-rgb: 254, 203, 55;

  --secondary-color: #ffffff;
  --secondary-color-rgb: 255, 255, 255;
}