:root {
	--primary: #171819;
	--btn-primary: #171819;
	--primary-color: #171819;
}

body[data-path="login"] {
	background: #ebe9df;
	color: #171819;
}

.navbar {
	background: #171819;
	border-bottom: 1px solid rgba(235, 233, 223, 0.18);
}

.navbar .navbar-brand {
	color: #ebe9df !important;
	font-weight: 700;
	letter-spacing: 0;
}

.page-card {
	border: 1px solid rgba(23, 24, 25, 0.14);
	border-radius: 8px;
	box-shadow: none;
}

.btn-primary {
	background: #171819 !important;
	border-color: #171819 !important;
}

.app-logo {
	max-width: 260px;
	max-height: 86px;
}

.web-footer {
	background: #171819;
	color: #ebe9df;
}

.web-footer a,
.web-footer .text-muted {
	color: #ebe9df !important;
}
