/* Shared site chrome — keeps the header identical on every page.
 *
 * Pages are built on different CSS stacks (compiled Tailwind, CDN Tailwind,
 * or the static guide chrome) and different body fonts (DM Sans, Inter).
 * This sheet pins the header + mobile menu to one look regardless of the
 * page's own environment. The "East Marvel" brand line keeps Playfair
 * Display via its inline style, which wins over this inherited family.
 * Every customer page must link this file AND load the DM Sans font. */
header,
#mobile-menu {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
