.font-primary {
	font-family: 'Manrope', sans-serif;
}

.font-secondary {
	font-family: 'Berkshire Swash', cursive;
}

/* Header */
header {
	height: 480px;
}

header .content {
	width: 735px;
	max-width: 100%;
}

/* Players */
#players button:disabled {
	background-color: #a2a9af;
}