:root {
  --primary-color: #FF0000;
  --primary-color-rgb: 255, 0, 0;

  --secondary-color: #0d0d0d;
  --secondary-color-rgb: 13, 13, 13;
}