/* MINML wordmark - self-hosted IBM Plex Serif (SemiBold), no CDN dependency */
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('ibm-plex-serif-600.woff2') format('woff2');
}
/* the MINML wordmark in the header logo and the footer; overrides per-page inline styling */
a[aria-label="MINML home"] span,
footer a[href="index.html"] {
  font-family: 'IBM Plex Serif', Georgia, 'Times New Roman', serif !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  /* the serif caps sit ~1px low in the line box; lift to sit on the nav/button text row */
  position: relative;
  top: -0.04em;
}
