/* Neometric Alt — only the woff2 files that actually exist in /fonts are referenced.
   Missing Italic2/Heavy faces and non-existent .woff fallbacks were removed to
   avoid 404s that broke font loading. */

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

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

@font-face {
  font-family: 'Neometric Alt';
  src: url('/fonts/NeometricAlt-Bold.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

/* 800 + 900 both map to the heaviest available face (Black) */
@font-face {
  font-family: 'Neometric Alt';
  src: url('/fonts/NeometricAlt-Black.woff2') format('woff2');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neometric Alt ExtraBold';
  src: url('/fonts/NeometricAlt-ExtraBold.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
