:root {
  /* Colors */
  --gray: #717171;
  --light-gray: #939393;
  --lightest-gray: #cecbcb;
  --button-gray: rgb(233, 233, 237);
  --link-color: #0a58ca;
  --border-radius: 3px;
  --table-header-color: moccasin;

  /* Gap sizes */
  --label-input-gap-size: 0.2rem;
  --inputs-gap-size: 1rem;
}
