/* =========================================================================
   Self-hosted Poppins + Inter (latin subset).
   Replaces the Google Fonts CDN request that used to be in includes/header.php:
     family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600
   Hosting these locally means the site's type never breaks or flashes
   unstyled if fonts.googleapis.com/fonts.gstatic.com is slow, blocked by a
   network/ad-blocker, or unreachable.
   ========================================================================= */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('files/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('files/poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('files/poppins-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('files/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('files/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('files/inter-latin-600-normal.woff2') format('woff2');
}
