/* Self-hosted Outfit (latin subset, woff2). Replaces Google Fonts.
   Weights: 400/500/600/700. Legacy 300 maps to 400, 800 maps to 700
   via font-weight ranges below. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 449;
  font-display: swap;
  src: url('/fonts/outfit-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 450 549;
  font-display: swap;
  src: url('/fonts/outfit-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 550 649;
  font-display: swap;
  src: url('/fonts/outfit-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 650 900;
  font-display: swap;
  src: url('/fonts/outfit-700.woff2') format('woff2');
}
