/*
  PP Neue Montreal — self-hosted, latin subset.

  Served cross-origin to customer sites by the widget, so next.config.ts grants
  Access-Control-Allow-Origin on /fonts/* and this file. Webfonts are CORS-checked
  regardless of the stylesheet that references them; without that header the faces
  fail silently and every widget surface falls back to the host page's font.
*/

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-400-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-500-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ppneuemontreal-latin-600-italic.woff2') format('woff2');
}
