@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


.open-sans-cpst {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.stats-table, tr{
	border: 1px solid olive;
}

thead {
	background-color: beige;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.extinct {
	background-color: #f5493d;
}

.alive {
	background-color: #64f570;
}

.threatened {
	background-color: #edb140;
}

.unknown {
	background-color: #c1c4c0;
}

.shifting {
	background-color: #7492b8;
}
