/* Permanent custom display fonts (user-provided files in /public/fonts) */
@font-face {
  font-family: 'NEXA';
  src: url('/fonts/nexa-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NEXA';
  src: url('/fonts/nexa-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Signature';
  src: url('/fonts/black-signature.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hijrnotes';
  src: url('/fonts/hijrnotes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Horsemen';
  src: url('/fonts/horsemen.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
