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

body{
	font-family: 'Fira Sans', sans-serif;
}

img.catIcon{
	height:30px;
}

img.devCardImg{
	height:125px;
	width:125px;
	object-fit: scale-down;
}

img.matrixBrand{
	max-height:75px;
	max-width:200px;
}

a.navbar-brand img{
	height:30px;
}

ul.catList a.active{
	border:3px solid #007dae;
	background-color:#ffffff;
}

table.terminal-matrix thead tr th{
	font-weight:400;
	font-size:12px;
}

table.terminal-matrix tbody tr{
	font-weight:400;
	font-size:12px;
}

table.terminal-matrix th:first-child{
	position:sticky;
	left:0px;
}