/*
 * Self-hosted Inter font (re-vendored to restore public/bs/ after an
 * accidental deletion — only the weights actually used in this project's
 * CSS: 400 (body default), 500/600/700/800 (headings/emphasis). Source:
 * https://rsms.me/inter/ (SIL Open Font License 1.1).
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('font-files/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('font-files/Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('font-files/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('font-files/Inter-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('font-files/Inter-ExtraBold.woff2') format('woff2');
}
