
:root {
  --color-primary: #FF9D00;
  --color-secondary: #000000;
  --color-primary-rgb: 255, 157, 0;
  --color-secondary-rgb: 0, 0, 0;
}
