/* Local font-face declarations for Montserrat and Playfair Display
   Files are in the same folder as this CSS file.
*/

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  /* prefer fallback quickly for desktop to avoid large CLS */
  font-display: optional;
  src: url('montserrat-v30-latin-regular.woff2') format('woff2'),
       url('Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  /* prefer fallback quickly for desktop to avoid large CLS */
  font-display: optional;
  src: url('montserrat-v30-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('montserrat-v30-latin-700.woff2') format('woff2');
}


/* Optional: Roboto (not used by default but available locally) */
/* Roboto face removed: Roboto-Regular.ttf not present in repo, avoid 404 */
