body {
	font-family: 'Lato';
	font-variant-numeric: lining-nums;
}

@font-face {
	font-family: 'Vollkorn';
	src: url('/src/vendor/font-vollkorn/Vollkorn-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Vollkorn';
	src: url('/src/vendor/font-vollkorn/Vollkorn-Bold.ttf');
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Vollkorn';
}

.benched-cell {
	background-color: rgb(210, 210, 210);
}

.dropped-cell {
	border-left: 0 !important;
	border-right: 0 !important;
}

.table-separator {
	border-top: 2px solid #e9ecef;
}

.starting-toggle {
	display: none;
	width: 22px;
	height: 22px;
	margin: 1px auto;
}

/* Records Table Width CSS */

#champion {
	max-width:22rem;
	margin:auto;
}

#tyearly {
	max-width:32rem;
	margin:auto;
}

#tweekly {
	max-width:42rem;
	margin:auto;
}

#cyearly {
	max-width:52rem;
	margin:auto;
}

#cweekly {
	max-width:62rem;
	margin:auto;
}

/* Table sorting */

th.sortable {
	cursor: pointer;
}

th.sortable::after {
	margin-left: 2px;
}

th.sortable.asc::after {
	content: '\25B4';
}

th.sortable.desc::after {
	content: '\25BE';
}