:root {
  --primary-color: #c10000;
  --primary-color-rgb: 193, 0, 0;

  --secondary-color: #ee0000;
  --secondary-color-rgb: 213, 84, 84;
}