/* Anecdote — webfonts. THE ONE FILE HERE THAT IS NOT A VERBATIM MIRROR. See MIRROR.md.
 *
 * The design system's own fonts.css @imports Playfair and Space Mono from a third-party font
 * host. That is the one thing this publication cannot carry: a webfont fetched from elsewhere
 * tells that elsewhere who is reading, and a page carrying no third-party request is a page
 * whose rendering can be verified. It is the same argument that keeps advertising off the
 * site, applied to a font.
 *
 * So the faces are self-hosted. Playfair Display Regular is the provided master, copied in.
 * Space Mono is NOT yet vendored, so the mono stack falls to the platform's own until it is —
 * which is a visible difference from the mock-ups and a deliberate one, not an oversight.
 */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/playfair-display.regular.ttf') format('truetype');
}
