/*
 * UMMIGO ERP — Bundled Offline-First Variable Web Fonts
 * Families: Plus Jakarta Sans, Inter, Manrope
 */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/PlusJakartaSans-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/Manrope-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Anton-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('Noto Nastaliq Urdu'),
       url('/fonts/NotoNastaliqUrdu-Regular.ttf') format('truetype');
}
