/* One type family for the whole Museum Magazine preview.
   A named important layer overrides legacy font shorthands without changing
   their sizes, weights, line spacing or emphasis. SVG artwork is excluded. */
@layer museum-typography {
  body[data-magazine="museum"],
  body[data-magazine="museum"] :where(
    header, nav, main, footer, section, article, aside, div,
    h1, h2, h3, h4, h5, h6, p, a, span, strong, b, em, i, small,
    blockquote, cite, q, figcaption, figure, address, time,
    ul, ol, li, dl, dt, dd, table, caption, th, td,
    button, input, select, option, textarea, label, legend,
    summary, details, dialog
  ) {
    font-family: Arial, Helvetica, sans-serif !important;
  }
}

body[data-magazine="museum"] footer .mg-footer-brand {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.035em;
}

body[data-magazine="museum"] .mm-header {flex-wrap:wrap;gap:18px}
body[data-magazine="museum"] .mm-languages {display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;flex-basis:100%;font-size:13px;line-height:1.6;letter-spacing:0;text-transform:none}
body[data-magazine="museum"] .mm-languages [aria-current] {font-weight:700;color:#123d42}
body[data-magazine="museum"] .mm-languages [aria-disabled] {color:#666;white-space:nowrap}
body[data-magazine="museum"] .mm-languages small {font-size:inherit}
@media(max-width:500px){body[data-magazine="museum"] .mm-languages {font-size:12px;gap:6px 14px}}

.mg-first-edition{background:#edf4ef;color:#214a3c;font:14px/1.5 Arial,sans-serif;padding:12px 20px;text-align:center}.mg-first-edition a{color:inherit;text-underline-offset:3px}.mg-correction{font:16px/1.6 Arial,sans-serif;margin:28px 0}.mg-correction a{color:#086772}
