
:root {
  --color-primary: #2563eb;
  --color-primary-hover: #1b4cb6;
}

a:hover {
  color: var(--color-primary-hover);
}