
:root {
  --color-primary: #FFE100;
  --color-secondary: #000000;
  --color-primary-rgb: 255, 225, 0;
  --color-secondary-rgb: 0, 0, 0;
}
