/* Shared Caleufu font assets for both languages; explicit versions refresh cached fonts. */
/* Bebas Neue */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2?v=a7c90c89240c') format('woff2');
  font-display: swap;
}

/* PT Serif Regular */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v19-latin-regular.woff2?v=4271064a37f3') format('woff2');
  font-display: swap;
}

/* PT Serif Italic */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v19-latin-italic.woff2?v=cb373bde1885') format('woff2');
  font-display: swap;
}
