/*
 * Self-hosted Inter 4.1, served from /fonts.
 *
 * InterVariable.woff2 is taken verbatim from the official release
 * (https://github.com/rsms/inter/releases — the upstream project recommends its
 * own release over any redistribution), together with the LICENSE.txt that
 * accompanies it. The file is not subsetted or otherwise altered: under the SIL
 * Open Font License any such change makes it a Modified Version, which may not
 * carry the reserved name "Inter". Shipping it untouched keeps the notice
 * requirement to a single file and nothing more.
 *
 * One variable font covers the whole 100-900 weight range and the full
 * character set, so this is the only text font the site loads — and it loads
 * from our own origin, so a visitor's browser contacts no third-party host.
 *
 * The family is named InterVariable, as upstream names it. The ?v= query is what
 * lets the file be cached immutably for a year: bump it when Inter is updated,
 * and keep it in step with the preload in nuxt.config.ts.
 */

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2?v=4.1') format('woff2');
}
