/* Tattoo split + drawer helpers (CHIMI rem baseline lives in bh-navdesk.css) */

.tattoo-flash-divider {
  top: 0;
}

body.bh-menu-open {
  overflow: hidden;
}

/* Class name from CHIMI markup; not in our extracted bundle slice */
.font-sans-serif {
  font-family: "Neue Montreal", system-ui, sans-serif;
}
.MenuMobile_menuMobileWrapper__piKEz .font-sans-serif a {
  color: var(--a-color, var(--chimi-color-black));
  text-decoration: var(--a-text-decoration, underline);
}

/* Mobile top row: same CHIMI header class on <a> instead of <button> */
a.DropdownMenuMobile_dropdownMenuMobileHeader__dNHBI {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
