/* Self-hosted Google Fonts — Archivo Black + Hind (latin subset only).
   Saves 5 HTTP requests to fonts.googleapis.com + fonts.gstatic.com
   and removes the render-blocking stylesheet that was hitting a MIME
   error under Cloudflare's auto-font-replacement. */

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-black-400.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/hind-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/hind-600.woff2') format('woff2');
}

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