:root {
  --primary-color: #FF4C1B;
  --primary-color-rgb: 255, 76, 27;

  --secondary-color: #232323;
  --secondary-color-rgb: 35, 35, 35;

  --background-color: #F5F5F5;
  --background-color-rgb: 245, 245, 245;

  --surface-color: #FFFFFF;
  --surface-color-rgb: 255, 255, 255;

  --text-color: #111111;
  --text-color-rgb: 17, 17, 17;

  --price-color: #FF4C1B;
}
