/**
 * Navbar hamburger: Frappe website.bundle.scss sets .navbar-light .navbar-toggler .icon { stroke: none },
 * which hides Lucide #icon-menu (stroke-based). Same specificity as bundle; must load after the bundle.
 */
.navbar-light .navbar-toggler .icon {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}
.navbar-light .navbar-toggler .icon use {
	stroke: currentColor;
}
