/* =================================================================
   fonts.css — Bluworks v2
   Self-hosted font declarations.

   File path on server:
     /wp-content/themes/kadence-child/fonts/fonts.css

   Font files in the same folder (exact filenames on server):
     NeueHaasGrotDisp-Roman.otf
     NeueHaasGrotDisp-Medium.otf
     NeueHaasGrotDisp-Bold.otf
     NeueHaasGrotDisp-Black.otf
     NotoSansArabic-Regular.ttf
     NotoSansArabic-Bold.ttf
   ================================================================= */

/* ── Neue Haas Grotesk Display ─────────────────────────────────── */

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('NeueHaasGrotDisp-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('NeueHaasGrotDisp-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('NeueHaasGrotDisp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('NeueHaasGrotDisp-Black.otf') format('opentype');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

/* ── Noto Sans Arabic ──────────────────────────────────────────── */

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
