/* ===========================================
   LOCAL FONTS - For consistent PDF rendering
   =========================================== */

/* Pinyon Script - Cursive decorative text */
@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/PinyonScript-Regular.ttf') format('truetype');
}

/* UnifrakturMaguntia - Gothic/Blackletter for headers */
@font-face {
  font-family: 'UnifrakturMaguntia';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/UnifrakturMaguntia-Regular.ttf') format('truetype');
}

/* Cinzel - Elegant serif for formal text */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Cinzel-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Cinzel-Bold.ttf') format('truetype');
}

/* Libre Baskerville - Classic serif for body text */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/LibreBaskerville-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/LibreBaskerville-Italic.ttf') format('truetype');
}

/* Chomsky - Alternative Gothic header font */
@font-face {
  font-family: 'Chomsky';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Chomsky.woff2') format('woff2');
}
