/*
 * Inter — self-hosted, the typeface the MG design system has always specified.
 * Copied from the canonical library's booklet design system as design chrome;
 * the source files there are untouched.
 *
 * Only 300–600 exist. The type scale is built around that ceiling deliberately:
 * large sizes with tight negative tracking read as more editorial than heavy
 * weights, and asking for 700+ only makes the browser synthesise a fake bold.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/design/fonts/Inter-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/design/fonts/Inter-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/design/fonts/Inter-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/design/fonts/Inter-600.woff2') format('woff2');
}
