/* Typefaces matching the wholesale portal prototype.

   Self-hosted rather than loaded from Google Fonts, so the app has no
   third-party runtime dependency and renders identically on a warehouse PC
   behind a strict proxy. Files come from the @fontsource packages
   (SIL Open Font License). */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./playfair-display-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./lato-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./lato-latin-700-normal.woff2') format('woff2');
}
