/* Embedded Inter font with base64 for reliable PDF generation */
@font-face {
  font-family: 'Inter-PDF';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('data:font/woff2;charset=utf-8;base64,') format('woff2');
}

@font-face {
  font-family: 'Inter-PDF';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('data:font/woff2;charset=utf-8;base64,') format('woff2');
}

@font-face {
  font-family: 'Inter-PDF';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('data:font/woff2;charset=utf-8;base64,') format('woff2');
}

@font-face {
  font-family: 'Inter-PDF';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('data:font/woff2;charset=utf-8;base64,') format('woff2');
}

/* Fallback fonts for system compatibility */
.pdf-font {
  font-family: 'Inter-PDF', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
}