/* Self-hosted Outfit (latin subset), replacing the Google Fonts CDN request.
   Files copied from @fontsource/outfit — see README.md section 7 for how
   and why, and package.json for the version pinned. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./outfit/outfit-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./outfit/outfit-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./outfit/outfit-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./outfit/outfit-latin-700-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(./outfit/outfit-latin-800-normal.woff2) format('woff2');
}
