
:root {
  --color-primary: #FF9900;
  --color-secondary: #000000;
  --color-primary-rgb: 255, 153, 0;
  --color-secondary-rgb: 0, 0, 0;
}
