:root {
  --primary-color: #4a4a4a;
  --primary-color-rgb: 74, 74, 74;

  --secondary-color: #808080;
  --secondary-color-rgb: 128, 128, 128;
}