/* Vietbee website + login brand styling (login page, portal, web forms).
 * Loaded via web_include_css; layers on top of the active theme apps. */

:root {
	--primary: #b5670a;
	--primary-color: #b5670a;
}

/* gold primary buttons with dark text, matching the logo */
.btn-primary,
.btn.btn-primary,
.page-card .btn-primary {
	background-color: #f5a623;
	border-color: #f5a623;
	color: #1a1a1a;
}
.btn-primary:hover,
.btn.btn-primary:hover {
	background-color: #e6970f;
	border-color: #e6970f;
	color: #1a1a1a;
}

/* brand links */
a {
	color: #b5670a;
}
a:hover {
	color: #8f5208;
}

/* the Vietbee "journey" gradient rail under the navbar (brand signature) */
header.navbar,
.navbar {
	border-bottom: 3px solid #ef7522;
	border-image: linear-gradient(90deg, #eec307, #f5a40e, #ef7522, #d9531c, #b63515) 1;
}
