/*
 * Self-hosted web font: Plus Jakarta Sans, one variable file per style
 * (weights 200-800), served from /fonts so the pages do not depend on any
 * font CDN. Headings, body text and figures all use this family; figures
 * get tabular digits through font-variant-numeric where columns must align.
 */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-italic.woff2') format('woff2');
}
