* {
  --background-color: white;
  --text-color: rgb(8, 8, 8);

  --surface-color: white;
  --on-surface-color: rgb(8, 8, 8);

  --primary-color: rgb(24, 92, 138);
  --on-primary-color: white;

  --secondary-color: rgb(31, 31, 31);
  --on-secondary-color: white;

  --danger-color: rgb(175, 0, 0);
  --on-danger-color: white;

  --title-font: "Gibson", sans-serif;
  --text-font: "Lato", sans-serif;

  --inspect-color: #ca5b00;
  --on-inspect-color: white;
}
