* {
  --background-color: white;
  --surface-background-color: rgb(230, 230, 230);
  --surface-color: rgb(223, 223, 223);

  --text-color: rgb(29, 29, 29);
  --title-color: black;

  --title-font: sans-serif;
  --title-font-weight: bold;

  --text-font: sans-serif;
  --text-font-weight: normal;

  --primary-color: #b70e0b;
  --on-primary-color: white;

  --success-color: rgb(75, 147, 47);
  --on-success-color: white;

  --secondary-color: #1f1f1f;
  --on-secondary-color: white;

  --error-color: #c22d00;
  --on-error-color: white;
}
