:root {
  /* Colors must use rgb(r, g, b) syntax! */
  --primary-color: rgb(0, 125, 64);
  --secondary-color: rgb(29, 158, 95);
  --background-color: rgb(255, 255, 255);
  --highlight-color: rgb(211, 211, 211);
  --error-color: rgb(211, 0, 0);
  --warning-color: rgb(255, 165, 0);
}
