:root {
  --blue: #1268c4;
  --red: #c5341c;
  --gray: #a89f96;
  --green: rgba(0, 183, 46, 1);
  --buttonnormal: rgba(45, 51, 56, 0.3);
  --buttonhover: rgba(45, 51, 56, 0.6);
  --navhover: rgba(182, 202, 222, 1);
  --grayhover: #807870;
  --lightgray: #9c958e;
  --lightgray2: rgba(142, 181, 220, 0.5);
  --yellow: #bd934f;
  --messageyellow: #ffbf00;
  --vetcolor: #c28800;
  --vetcolorhov: #9d6e00;
  --yellowbg: #f8f6e4;
  --links: rgba(94, 116, 128, 1);
  --linksvisited: rgba(189, 195, 199, 1);
  --linkshover: rgba(49, 66, 77, 1);
  --formbg: rgba(0, 0, 0, 0.1);
  --formborder: rgba(0, 0, 0, 0.1);
  --tableheader: rgba(103, 101, 98, 1);
  --tablefooter: rgba(103, 101, 98, 0.7);
  /* --tableheader: linear-gradient(to right, rgba(110, 94, 77, 1), rgba(47, 43, 38, 1)); */
}
