/* Fonts bundled with the app so the invoice always renders with the correct
   branding — no dependency on Google Fonts / the network. All three families
   are open-licensed (SIL Open Font License). Family names match index.html. */

/* Archivo — variable weight + width (the width axis powers the expanded
   "ASHTON" wordmark and section titles via font-stretch). */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url('fonts/archivo-var.woff2') format('woff2');
}

/* Inter — variable weight (400–700 used). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('fonts/inter-var.woff2') format('woff2');
}

/* IBM Plex Mono — static weights used across the data/mono elements. */
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-display: swap; font-weight: 400; src: url('fonts/plex-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-display: swap; font-weight: 500; src: url('fonts/plex-mono-500.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-display: swap; font-weight: 600; src: url('fonts/plex-mono-600.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-display: swap; font-weight: 700; src: url('fonts/plex-mono-700.woff2') format('woff2'); }
