main {
	width: 80rem;
}

.text-primary {
	color: #ff8404;
}

.bg-primary {
	background: #ff8404;
}

.text-primary-2 {
	color: #ff7211;
}

.bg-primary-2 {
	background: #ff7211;
}

.text-secondary {
	color: #11111f;
}

.bg-secondary {
	background: #11111f;
}

.docs ul li button.active {
	background: #ff8404;
	color: white;
}