:root {
  --primary-color: #FF7700;
  --primary-color-rgb: 255, 119, 0;

  --secondary-color: #C65D00;
  --secondary-color-rgb: 198, 93, 0;
}