/* =========================================================================
   fonts.css - self-hosted fonts (latin subset, woff2, font-display:swap).
   Replace these @font-face files with your client's brand fonts.
   Drop the .woff2 files in assets/fonts/ and PRELOAD the critical ones in
   functions.php (see the commented preload line there).
   ========================================================================= */

/* Heading (e.g. Montserrat) */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-800.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

/* Body (e.g. Inter) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
